aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_gns2dns_zkey_lookup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/test_gns_gns2dns_zkey_lookup.sh')
-rwxr-xr-xsrc/gns/test_gns_gns2dns_zkey_lookup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_gns_gns2dns_zkey_lookup.sh b/src/gns/test_gns_gns2dns_zkey_lookup.sh
index c5a7fe4a0..a299c34b6 100755
--- a/src/gns/test_gns_gns2dns_zkey_lookup.sh
+++ b/src/gns/test_gns_gns2dns_zkey_lookup.sh
@@ -90,7 +90,7 @@ else
90 ret=1 90 ret=1
91fi 91fi
92 92
93if [ "$RES_IP6" = "$TEST_IP6" ] 93if [ "${RES_IP6%?}" = "${TEST_IP6%?}" ]
94then 94then
95 echo "PASS: Resolved $TEST_DOMAIN to $RES_IP6." 95 echo "PASS: Resolved $TEST_DOMAIN to $RES_IP6."
96else 96else