summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-20 11:47:47 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-20 11:47:47 +0100
commit8a4201c43bd70032eecfeaa41a5d0b56a391c66a (patch)
treef18113a3a151dc45f744d5f15640822c304d464f /src/exchange
parentbe0a52f23cb22b15f93b1903a25a609e4c02745b (diff)
downloadexchange-8a4201c43bd70032eecfeaa41a5d0b56a391c66a.tar.gz
exchange-8a4201c43bd70032eecfeaa41a5d0b56a391c66a.tar.bz2
exchange-8a4201c43bd70032eecfeaa41a5d0b56a391c66a.zip
fix
Diffstat (limited to 'src/exchange')
-rwxr-xr-xsrc/exchange/test_taler_exchange_httpd.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/exchange/test_taler_exchange_httpd.sh b/src/exchange/test_taler_exchange_httpd.sh
index 895b8b1df..6840fa9d4 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