diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-10-25 16:47:00 +0300 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 09:26:35 +0200 |
commit | b61e9e2ba8e625a598427cc2990806b69d104a18 (patch) | |
tree | 2e4b492a2ec00b325f52753ffa456f6f90eb78f2 /tests/test/script/runner/testscript | |
parent | e3ff4880273746c34d07e641110abaf38a1f1fca (diff) |
Add support of file redirects to testscript parser
Diffstat (limited to 'tests/test/script/runner/testscript')
-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 |