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/builtin/echo.test | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'tests/test/script/builtin/echo.test') diff --git a/tests/test/script/builtin/echo.test b/tests/test/script/builtin/echo.test index 7f43aac..73bc480 100644 --- a/tests/test/script/builtin/echo.test +++ b/tests/test/script/builtin/echo.test @@ -1,11 +1,15 @@ -# file : tests/test/script/runner/echo.test +# file : tests/test/script/builtin/echo.test # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file +.include ../common.test + : string : -echo foo >foo +$c <'echo foo >foo'; +$b : strings : -echo foo bar >"foo bar" +$c <'echo foo bar >"foo bar"'; +$b -- cgit v1.1