From eb799db1355cbecd3ddff953dfab1e10621d229d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 2 May 2019 08:08:17 +0200 Subject: tolerate additional IPv4 address now available for gnunet.org --- src/gns/test_gns_gns2dns_cname_lookup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gns/test_gns_gns2dns_cname_lookup.sh') diff --git a/src/gns/test_gns_gns2dns_cname_lookup.sh b/src/gns/test_gns_gns2dns_cname_lookup.sh index fbc1dd7ee..87d684515 100755 --- a/src/gns/test_gns_gns2dns_cname_lookup.sh +++ b/src/gns/test_gns_gns2dns_cname_lookup.sh @@ -77,7 +77,7 @@ gnunet-arm -e -c test_gns_lookup.conf rm -rf `gnunet-config -c test_gns_lookup.conf -f -s paths -o GNUNET_TEST_HOME` ret=0 -if [ "$RES_IP" = "$TEST_IP" ] +if echo "$RES_IP" | grep "$TEST_IP" > /dev/null then echo "PASS: Resolved $TEST_DOMAIN to $RES_IP." else -- cgit v1.2.3