aboutsummaryrefslogtreecommitdiff
path: root/src/pt/test_gnunet_vpn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pt/test_gnunet_vpn.c')
-rw-r--r--src/pt/test_gnunet_vpn.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/pt/test_gnunet_vpn.c b/src/pt/test_gnunet_vpn.c
index d2d166625..ef22fa404 100644
--- a/src/pt/test_gnunet_vpn.c
+++ b/src/pt/test_gnunet_vpn.c
@@ -406,7 +406,8 @@ main (int argc, char *const *argv)
406 { 406 {
407 GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, "access", 407 GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, "access",
408 "/dev/net/tun"); 408 "/dev/net/tun");
409 fprintf (stderr, "WARNING: System unable to run test, skipping.\n"); 409 fprintf (stderr,
410 "WARNING: System unable to run test, skipping.\n");
410 return 0; 411 return 0;
411 } 412 }
412#endif 413#endif
@@ -430,7 +431,8 @@ main (int argc, char *const *argv)
430 type = strstr (bin, "-"); 431 type = strstr (bin, "-");
431 if (NULL == type) 432 if (NULL == type)
432 { 433 {
433 fprintf (stderr, "invalid binary name\n"); 434 fprintf (stderr,
435 "invalid binary name\n");
434 return 1; 436 return 1;
435 } 437 }
436 type++; 438 type++;