docu
[oweals/gnunet.git] / src / dns / test_gnunet_dns.sh
index c60b94c19da432d335effdc6c105a0dbc998af28..33dfd6cfcb8e0089a2a96b0d59863c105b9492c8 100755 (executable)
@@ -6,6 +6,26 @@ then
   echo "This test only works if run as root.  Skipping."
   exit 0
 fi
+if ! which sudo > /dev/null 
+then
+  echo "This test requires sudo.  Skipping."
+  exit 0
+fi
+if [ ! -x `which sudo` ]
+then
+  echo "This test requires sudo.  Skipping."
+  exit 0
+fi
+if ! which nslookup
+then 
+  echo "This test requires nslookup.  Skipping."
+  exit 0
+fi
+if [ ! -x `which nslookup` ]
+then
+  echo "This test requires nslookup.  Skipping."
+  exit 0
+fi
 export PATH=".:$PATH"
 gnunet-service-dns -c dns.conf &
 gnunet-dns-redirector -c dns.conf -4 127.0.0.1 &