aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-10-25 16:47:00 +0300
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:35 +0200
commitb61e9e2ba8e625a598427cc2990806b69d104a18 (patch)
tree2e4b492a2ec00b325f52753ffa456f6f90eb78f2 /tests
parente3ff4880273746c34d07e641110abaf38a1f1fca (diff)
Add support of file redirects to testscript parser
Diffstat (limited to 'tests')
-rw-r--r--tests/test/script/runner/testscript2
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