diff options
Diffstat (limited to 'tests/test/script/runner/exit.testscript')
-rw-r--r-- | tests/test/script/runner/exit.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/script/runner/exit.testscript b/tests/test/script/runner/exit.testscript index 261b02d..b461155 100644 --- a/tests/test/script/runner/exit.testscript +++ b/tests/test/script/runner/exit.testscript @@ -96,7 +96,7 @@ empty_id = '' : Note that we also test that cleanups are executed. : $c <<EOI && $b >>EOO - touch -f a; + touch a; echo foo >| && exit && echo bar >|; echo baz >| echo box >| |