From 2af491cc4ad0ae4064f2e858c83ed485613adafa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 16 Dec 2016 17:29:01 +0200 Subject: Convert tests/ to subproject, initial work on cross-testing support --- tests/test/script/runner/redirect.test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test/script/runner/redirect.test') diff --git a/tests/test/script/runner/redirect.test b/tests/test/script/runner/redirect.test index 16c17d8..e8d57c1 100644 --- a/tests/test/script/runner/redirect.test +++ b/tests/test/script/runner/redirect.test @@ -2,6 +2,8 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file +# @@ Needs conversion to cat & build (then adjust buildfile). + $* -o foo >- : out-null $* -e foo 2>- : err-null $* -i 0