From 055d8eac143d2f294814af8dc7d6a243f156e202 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 14 Jun 2020 10:16:17 -0500 Subject: Fix test not to use shell builtin. --- tests/echo.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/echo.test b/tests/echo.test index 3ef60671..012692ea 100755 --- a/tests/echo.test +++ b/tests/echo.test @@ -9,7 +9,7 @@ #testing "name" "command" "result" "infile" "stdin" -testcmd "echo" "&& echo yes" "\nyes\n" "" "" +testcmd "echo" "&& $C yes" "\nyes\n" "" "" testcmd "1 2 3" "one two three" "one two three\n" "" "" testcmd "with spaces" "'one two three'" \ "one two three\n" "" "" -- cgit v1.2.3