aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/echo.test2
1 files changed, 1 insertions, 1 deletions
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" "" ""