From 39d39b9493a419b361ffd7423f9f57640ca459cc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 21 May 2013 12:48:22 +0000 Subject: -hide unnecessary output, add notification that test was actually run --- src/dns/test_gnunet_dns.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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` -- cgit v1.2.3