diff options
Diffstat (limited to 'tests/test/script')
-rw-r--r-- | tests/test/script/runner/testscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test/script/runner/testscript b/tests/test/script/runner/testscript index 39b68ee..292e8ec 100644 --- a/tests/test/script/runner/testscript +++ b/tests/test/script/runner/testscript @@ -2,6 +2,8 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file +#$* -o foo <<<aaa >>>&bbb 2>>>ccc + $* # status-def $* == 0 # status-eq-0 $* -s 1 != 0 # status-ne-0 |