diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2022-09-11 01:44:14 -0400 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2022-09-11 01:44:14 -0400 |
commit | 27ee193e340d8a92964dcd4e359f7cdd9b6738be (patch) | |
tree | 605554ab35a9f7bcd9409f26865ae1beb726c1e8 /src | |
parent | aea3c6027b4f05ba7585a0af4fe21715eebafee8 (diff) |
remove spurious ā-nā
This is for consistency w/ the other echo(1) statements
in this and peer tests.
Diffstat (limited to 'src')
-rwxr-xr-x | src/auditor/test-revocation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh index f0224ca67..3f7a399f0 100755 --- a/src/auditor/test-revocation.sh +++ b/src/auditor/test-revocation.sh @@ -580,7 +580,7 @@ libeufin-cli --help >/dev/null </dev/null || exit_skip "libeufin required" echo "Testing for pdflatex" which pdflatex > /dev/null </dev/null || exit_skip "pdflatex required" -echo -n "Testing for taler-wallet-cli" +echo "Testing for taler-wallet-cli" taler-wallet-cli -h >/dev/null </dev/null 2>/dev/null || exit_skip "taler-wallet-cli required" MYDIR=`mktemp -d /tmp/taler-auditor-basedbXXXXXX` echo "Generating fresh database at $MYDIR" |