aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/test_nat.c')
-rw-r--r--src/nat/test_nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/test_nat.c b/src/nat/test_nat.c
index b1d90ca31..4e097386a 100644
--- a/src/nat/test_nat.c
+++ b/src/nat/test_nat.c
@@ -128,7 +128,7 @@ run (void *cls, char *const *args, const char *cfgfile,
128 { 128 {
129 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 129 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
130 "Could not find a valid interface address!\n"); 130 "Could not find a valid interface address!\n");
131 exit (GNUNET_SYSERR); 131 exit (77); /* marks test as skipped */
132 } 132 }
133 addr = data.addr; 133 addr = data.addr;
134 GNUNET_assert (addr->sa_family == AF_INET || addr->sa_family == AF_INET6); 134 GNUNET_assert (addr->sa_family == AF_INET || addr->sa_family == AF_INET6);