aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-05-07 09:08:52 +0200
committerMattias Andrée <maandree@kth.se>2018-05-07 09:08:52 +0200
commit614f831f1272833c2956d4dbffb784e04f0e73d4 (patch)
treefb02d8d091acc02eb3579ec98c0ab94a585b0875
parentAdd UTF-8 test for yes (diff)
downloadbase-util-tests-614f831f1272833c2956d4dbffb784e04f0e73d4.tar.gz
base-util-tests-614f831f1272833c2956d4dbffb784e04f0e73d4.tar.bz2
base-util-tests-614f831f1272833c2956d4dbffb784e04f0e73d4.tar.xz
Fix error
Signed-off-by: Mattias Andrée <maandree@kth.se>
-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