From 559daabee673134f03d76f16d25c1e0ef23b4fdc Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Fri, 11 Oct 2019 14:48:02 +0200 Subject: fix rest; uncrustify --- 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 87d684515..71e48a2bd 100755 --- a/src/gns/test_gns_gns2dns_cname_lookup.sh +++ b/src/gns/test_gns_gns2dns_cname_lookup.sh @@ -85,7 +85,7 @@ else ret=1 fi -if [ "$RES_IP6" = "$TEST_IP6" ] +if echo "$RES_IP6" | grep "$TEST_IP6" > /dev/null then echo "PASS: Resolved $TEST_DOMAIN to $RES_IP6." else -- cgit v1.2.3