summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-20 11:15:19 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-20 11:15:19 +0100
commit85f10a86ff8ea2c441783396bd2dc880a9daf3e5 (patch)
treea3ce55dce408378fb37333b0970d89e95c493208 /src/exchange
parent72293a25ac5a989d982548fceba1c8ab5b8aba07 (diff)
downloadexchange-85f10a86ff8ea2c441783396bd2dc880a9daf3e5.tar.gz
exchange-85f10a86ff8ea2c441783396bd2dc880a9daf3e5.tar.bz2
exchange-85f10a86ff8ea2c441783396bd2dc880a9daf3e5.zip
handle case where get_session() is called from main, i.e. in combination with -f option
Diffstat (limited to 'src/exchange')
-rwxr-xr-xsrc/exchange/test_taler_exchange_httpd_afl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/test_taler_exchange_httpd_afl.sh b/src/exchange/test_taler_exchange_httpd_afl.sh
index ca85d26bf..cab70722a 100755
--- a/src/exchange/test_taler_exchange_httpd_afl.sh
+++ b/src/exchange/test_taler_exchange_httpd_afl.sh
@@ -47,6 +47,6 @@ export GNUNET_FORCE_LOG=";;;;ERROR"
for n in afl-tests/*
do
echo -n "Test $n "
- $PREFIX taler-exchange-httpd -c test_taler_exchange_httpd.conf -t 1 -f $n -C > /dev/null && echo "OK" || echo "FAIL $!!"
+ $PREFIX taler-exchange-httpd -c test_taler_exchange_httpd.conf -t 1 -f $n -C > /dev/null && echo "OK" || echo "FAIL"
done
exit 0