summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/dns/test_gnunet_dns.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dns/test_gnunet_dns.sh b/src/dns/test_gnunet_dns.sh
index 0fa338c9b..e0fcb711d 100755
--- a/src/dns/test_gnunet_dns.sh
+++ b/src/dns/test_gnunet_dns.sh
@@ -42,6 +42,12 @@ then
42 exit 77 42 exit 77
43fi 43fi
44 44
45if test ! `id nobody`;
46then
47 echo "This tests requires a user account 'nobody'. Skipping."
48 exit 77
49fi
50
45export PATH=".:$PATH" 51export PATH=".:$PATH"
46gnunet-service-dns -c dns.conf & 52gnunet-service-dns -c dns.conf &
47gnunet-dns-redirector -c dns.conf -4 127.0.0.1 & 53gnunet-dns-redirector -c dns.conf -4 127.0.0.1 &