From b61e9e2ba8e625a598427cc2990806b69d104a18 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 25 Oct 2016 16:47:00 +0300 Subject: Add support of file redirects to testscript parser --- tests/test/script/runner/testscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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 <<>>&bbb 2>>>ccc + $* # status-def $* == 0 # status-eq-0 $* -s 1 != 0 # status-ne-0 -- cgit v1.1