gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: remove spurious ‘-n’


From: gnunet
Subject: [taler-exchange] branch master updated: remove spurious ‘-n’
Date: Sun, 11 Sep 2022 07:44:39 +0200

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 27ee193e remove spurious ‘-n’
27ee193e is described below

commit 27ee193e340d8a92964dcd4e359f7cdd9b6738be
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Sun Sep 11 01:44:14 2022 -0400

    remove spurious ‘-n’
    
    This is for consistency w/ the other echo(1) statements
    in this and peer tests.
---
 src/auditor/test-revocation.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh
index f0224ca6..3f7a399f 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"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]