summaryrefslogtreecommitdiff
path: root/echo-tests
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-12-17 20:50:15 +0000
committerLars Wirzenius <liw@liw.fi>2011-12-17 20:50:15 +0000
commit21b98d7dbb548cad9cd8783c10665718bdcb3444 (patch)
treec51b598e687225d952eddb10cceb4993f6530358 /echo-tests
parenta657020d4e208ab37c18277f75cb0578f34e3ce0 (diff)
downloadcmdtest-21b98d7dbb548cad9cd8783c10665718bdcb3444.tar.gz
remove --command / -c option and $COMMAND and foo.args
Diffstat (limited to 'echo-tests')
-rwxr-xr-xecho-tests/hello.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/echo-tests/hello.script b/echo-tests/hello.script
index ecb8481..9b24f76 100755
--- a/echo-tests/hello.script
+++ b/echo-tests/hello.script
@@ -1,2 +1,2 @@
#!/bin/sh
-$COMMAND hello, world
+echo hello, world