This commit is contained in:
Christian Grothoff 2020-01-20 11:47:47 +01:00
parent be0a52f23c
commit 8a4201c43b
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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 cat test_taler_exchange_httpd.get | grep -v ^\# | awk '{ print "curl -H \"Accept: text/*\" http://localhost:8081" $1 }' | bash &> /dev/null
echo -n . echo -n .
# Also try them with various headers: Accept encoding (wildcard #2) # 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 cat test_taler_exchange_httpd.get | grep -v ^\# | awk '{ print "curl -H \"Accept: */plain\" http://localhost:8081" $1 }' | bash &> /dev/null
bash
echo " DONE" echo " DONE"
# $! is the last backgrounded process, hence the exchange # $! is the last backgrounded process, hence the exchange