From: Christian Grothoff Date: Tue, 21 May 2013 12:48:22 +0000 (+0000) Subject: -hide unnecessary output, add notification that test was actually run X-Git-Tag: initial-import-from-subversion-38251~8976 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=39d39b9493a419b361ffd7423f9f57640ca459cc;p=oweals%2Fgnunet.git -hide unnecessary output, add notification that test was actually run --- diff --git a/src/dns/test_gnunet_dns.sh b/src/dns/test_gnunet_dns.sh index 33dfd6cfc..c768dd318 100755 --- a/src/dns/test_gnunet_dns.sh +++ b/src/dns/test_gnunet_dns.sh @@ -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`