summaryrefslogtreecommitdiff
path: root/echo-tests
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-09-11 19:20:52 +0100
committerLars Wirzenius <liw@liw.fi>2011-09-11 19:20:52 +0100
commit95b19ae0eff9483b53b1359e4aed2443a609b09c (patch)
tree0d54b9dd2affb53219659f645bd04ee1c55b9068 /echo-tests
parentff9e1291582eb2f7c07abad5396a4e4c25c25247 (diff)
downloadcmdtest-95b19ae0eff9483b53b1359e4aed2443a609b09c.tar.gz
Fix example to use $COMMAND and -c option.
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 9b24f76..ecb8481 100755
--- a/echo-tests/hello.script
+++ b/echo-tests/hello.script
@@ -1,2 +1,2 @@
#!/bin/sh
-echo hello, world
+$COMMAND hello, world