diff options
author | Mattias Andrée <maandree@kth.se> | 2018-05-07 09:08:52 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-05-07 09:08:52 +0200 |
commit | 614f831f1272833c2956d4dbffb784e04f0e73d4 (patch) | |
tree | fb02d8d091acc02eb3579ec98c0ab94a585b0875 /echo-test/test | |
parent | Add UTF-8 test for yes (diff) | |
download | base-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>
Diffstat (limited to 'echo-test/test')
-rwxr-xr-x | echo-test/test | 2 |
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 |