From 72945d9c8eee18aed1550c3f42dc41e6a8a0f029 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 22 Jul 2019 22:37:40 +0300 Subject: Use CLI-generated classes to parse testscript builtin options --- tests/test/script/runner/exit.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test/script/runner/exit.testscript') 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 <>EOO - touch -f a; + touch a; echo foo >| && exit && echo bar >|; echo baz >| echo box >| -- cgit v1.1