aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_gns2dns_lookup.sh
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-12-08 21:33:38 +0000
committerLRN <lrn1986@gmail.com>2013-12-08 21:33:38 +0000
commit12ea7cbb59260ee3b48b0f82a43ff96657e02ee8 (patch)
tree0dbdbb336f2486d744464f5c852946b9dac6c111 /src/gns/test_gns_gns2dns_lookup.sh
parent0339fb1c3eb6daeda7f1904815d8eb0101203567 (diff)
downloadgnunet-12ea7cbb59260ee3b48b0f82a43ff96657e02ee8.tar.gz
gnunet-12ea7cbb59260ee3b48b0f82a43ff96657e02ee8.zip
Skip tests properly
Diffstat (limited to 'src/gns/test_gns_gns2dns_lookup.sh')
-rwxr-xr-xsrc/gns/test_gns_gns2dns_lookup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_gns_gns2dns_lookup.sh b/src/gns/test_gns_gns2dns_lookup.sh
index 96505e9e2..8f3341b07 100755
--- a/src/gns/test_gns_gns2dns_lookup.sh
+++ b/src/gns/test_gns_gns2dns_lookup.sh
@@ -33,7 +33,7 @@ TEST_DOMAIN_ALT2="uk.${TEST_RECORD_NAME}.gnu"
33if ! nslookup gnunet.org $TEST_IP_GNS2DNS &> /dev/null 33if ! nslookup gnunet.org $TEST_IP_GNS2DNS &> /dev/null
34then 34then
35 echo "Cannot reach DNS, skipping test" 35 echo "Cannot reach DNS, skipping test"
36 exit 0 36 exit 77
37fi 37fi
38 38
39# helper record for pointing to the DNS resolver 39# helper record for pointing to the DNS resolver