summaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-09-11 01:44:14 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-09-11 01:44:14 -0400
commit27ee193e340d8a92964dcd4e359f7cdd9b6738be (patch)
tree605554ab35a9f7bcd9409f26865ae1beb726c1e8 /src/auditor
parentaea3c6027b4f05ba7585a0af4fe21715eebafee8 (diff)
downloadexchange-27ee193e340d8a92964dcd4e359f7cdd9b6738be.tar.gz
exchange-27ee193e340d8a92964dcd4e359f7cdd9b6738be.tar.bz2
exchange-27ee193e340d8a92964dcd4e359f7cdd9b6738be.zip
remove spurious ā€˜-nā€™
This is for consistency w/ the other echo(1) statements in this and peer tests.
Diffstat (limited to 'src/auditor')
-rwxr-xr-xsrc/auditor/test-revocation.sh2
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"