gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 01/02: fix


From: gnunet
Subject: [taler-exchange] 01/02: fix
Date: Mon, 20 Jan 2020 12:10:47 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 8a4201c43bd70032eecfeaa41a5d0b56a391c66a
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jan 20 11:47:47 2020 +0100

    fix
---
 src/exchange/test_taler_exchange_httpd.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/exchange/test_taler_exchange_httpd.sh 
b/src/exchange/test_taler_exchange_httpd.sh
index 895b8b1d..6840fa9d 100755
--- a/src/exchange/test_taler_exchange_httpd.sh
+++ b/src/exchange/test_taler_exchange_httpd.sh
@@ -68,8 +68,7 @@ echo -n .
 cat test_taler_exchange_httpd.get | grep -v ^\# | awk '{ print "curl -H 
\"Accept: text/*\" http://localhost:8081"; $1 }' | bash &> /dev/null
 echo -n .
 # Also try them with various headers: Accept encoding (wildcard #2)
-cat test_taler_exchange_httpd.get | grep -v ^\# | awk '{ print "curl -H 
\"Accept: */html\" http://localhost:8081"; $1 }' | bash &> /dev/null
-bash
+cat test_taler_exchange_httpd.get | grep -v ^\# | awk '{ print "curl -H 
\"Accept: */plain\" http://localhost:8081"; $1 }' | bash &> /dev/null
 
 echo " DONE"
 # $! is the last backgrounded process, hence the exchange

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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