summaryrefslogtreecommitdiff
path: root/src/mint
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-21 15:45:03 +0200
committerChristian Grothoff <christian@grothoff.org>2015-09-21 15:45:03 +0200
commit8ae03a690b9695e6edf12e6be4895248408cfd7e (patch)
treeb076012b909dba9a199b9ade0a6feb6507ca0cff /src/mint
parent0a6dd728de6acc18bdf4d6a1ab915af28f3b3322 (diff)
downloadexchange-8ae03a690b9695e6edf12e6be4895248408cfd7e.tar.gz
exchange-8ae03a690b9695e6edf12e6be4895248408cfd7e.tar.bz2
exchange-8ae03a690b9695e6edf12e6be4895248408cfd7e.zip
here we want 'yes'
Diffstat (limited to 'src/mint')
-rwxr-xr-xsrc/mint/test_taler_mint_httpd_afl.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mint/test_taler_mint_httpd_afl.sh b/src/mint/test_taler_mint_httpd_afl.sh
index a5ae081e7..bbcf8edbf 100755
--- a/src/mint/test_taler_mint_httpd_afl.sh
+++ b/src/mint/test_taler_mint_httpd_afl.sh
@@ -23,6 +23,8 @@
#
# Setup keys.
taler-mint-keyup -d test-mint-home -m test-mint-home/master.priv
+# Setup database (just to be sure)
+taler-mint-dbinit -d test-mint-home &> /dev/null || true
# Only log hard errors, we expect lots of warnings...
export GNUNET_FORCE_LOG="taler-mint-httpd;;;;ERROR/libmicrohttpd;;;;ERROR/"
# Run test...