-hide unnecessary output, add notification that test was actually run
authorChristian Grothoff <christian@grothoff.org>
Tue, 21 May 2013 12:48:22 +0000 (12:48 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 21 May 2013 12:48:22 +0000 (12:48 +0000)
src/dns/test_gnunet_dns.sh

index 33dfd6cfcb8e0089a2a96b0d59863c105b9492c8..c768dd3180479f057087e16994127f69ffedaaa2 100755 (executable)
@@ -16,7 +16,7 @@ then
   echo "This test requires sudo.  Skipping."
   exit 0
 fi
-if ! which nslookup
+if ! which nslookup > /dev/null
 then 
   echo "This test requires nslookup.  Skipping."
   exit 0
@@ -38,6 +38,7 @@ then
  echo "Fail: got address $LO, wanted 127.0.0.1"
  ret=1
 else
+ echo "Test run, with success."
  ret=0
 fi
 kill `jobs -p`