summaryrefslogtreecommitdiff
path: root/src/mint-lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-22 09:09:42 +0200
committerChristian Grothoff <christian@grothoff.org>2015-09-22 09:09:42 +0200
commit3cb9cc788711cc2cc4eda0e06799f6628623e827 (patch)
treee936fcf7957045afdd4c6d3e11f355d8ad037fe3 /src/mint-lib
parent74dfa2dfe0995ad9c01fbd499db7ff11dc2ede95 (diff)
downloadexchange-3cb9cc788711cc2cc4eda0e06799f6628623e827.tar.gz
exchange-3cb9cc788711cc2cc4eda0e06799f6628623e827.tar.bz2
exchange-3cb9cc788711cc2cc4eda0e06799f6628623e827.zip
do not try to free NULL
Diffstat (limited to 'src/mint-lib')
-rw-r--r--src/mint-lib/test-mint-home/config/mint-common.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint-lib/test-mint-home/config/mint-common.conf b/src/mint-lib/test-mint-home/config/mint-common.conf
index b2b948268..1a61f4f82 100644
--- a/src/mint-lib/test-mint-home/config/mint-common.conf
+++ b/src/mint-lib/test-mint-home/config/mint-common.conf
@@ -17,7 +17,7 @@ MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
DB = postgres
# Is this is a testcase, use transient DB actions?
-TESTRUN = YES
+TESTRUN = NO
[mintdb-postgres]