aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xecho-test/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/echo-test/test b/echo-test/test
index 574cd26..8998d5c 100755
--- a/echo-test/test
+++ b/echo-test/test
@@ -2,7 +2,7 @@
cd -- "$(dirname "$0")"
if test -z "$ECHO"; then
- TRUE=../echo
+ ECHO=../echo
fi
e="$PREFIX $ECHO"
N=10