aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-10 12:03:13 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-10 12:03:13 +0200
commit4c8b719d9fcb5c67b4f461961d436532cbd4c8c1 (patch)
tree4b7b1bcd11df7ea1b327bf1032f7d928ab55ff93 /contrib
parentd3245124b4b2918c6dbd64aa237e96d96279e48b (diff)
downloadgnunet-4c8b719d9fcb5c67b4f461961d436532cbd4c8c1.tar.gz
gnunet-4c8b719d9fcb5c67b4f461961d436532cbd4c8c1.zip
fix test check for TMPDIR: do not throw exception if variable does not exist
Diffstat (limited to 'contrib')
-rw-r--r--contrib/no_autostart_above_core.conf3
-rw-r--r--contrib/no_forcestart.conf5
2 files changed, 7 insertions, 1 deletions
diff --git a/contrib/no_autostart_above_core.conf b/contrib/no_autostart_above_core.conf
index 81c01898f..7bcf6c8ae 100644
--- a/contrib/no_autostart_above_core.conf
+++ b/contrib/no_autostart_above_core.conf
@@ -85,3 +85,6 @@ AUTOSTART = NO
85 85
86[sensor] 86[sensor]
87AUTOSTART = NO 87AUTOSTART = NO
88
89[zonemaster-monitor]
90AUTOSTART = NO
diff --git a/contrib/no_forcestart.conf b/contrib/no_forcestart.conf
index e21187ed2..a332d6da7 100644
--- a/contrib/no_forcestart.conf
+++ b/contrib/no_forcestart.conf
@@ -35,4 +35,7 @@ FORCESTART = NO
35FORCESTART = NO 35FORCESTART = NO
36 36
37[zonemaster] 37[zonemaster]
38FORCESTART = NO \ No newline at end of file 38FORCESTART = NO
39
40[zonemaster-monitor]
41FORCESTART = NO