aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-29 07:52:23 +0000
committerChristian Grothoff <christian@grothoff.org>2015-09-29 07:52:23 +0000
commitcffbdaf5b9053fcf4266423b2167227523b082c4 (patch)
treed801c9ed0558a81e2006553916cc1247c20e5cef /src/nat/test_nat.c
parent8fb11120e2ac1773d07f5df4e2e299637c752338 (diff)
downloadgnunet-cffbdaf5b9053fcf4266423b2167227523b082c4.tar.gz
gnunet-cffbdaf5b9053fcf4266423b2167227523b082c4.zip
report skipped tests, doxygen fixes
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);