remove spurious ‘-n’

This is for consistency w/ the other echo(1) statements
in this and peer tests.
This commit is contained in:
Thien-Thi Nguyen 2022-09-11 01:44:14 -04:00
parent aea3c6027b
commit 27ee193e34
No known key found for this signature in database
GPG Key ID: 670322244C807502

View File

@ -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"