From c5a80c9427f1431eba79f937287084ce68eae9b9 Mon Sep 17 00:00:00 2001 From: Witold Krecicki Date: Fri, 30 Sep 2016 12:19:44 +0200 Subject: [PATCH] [master] Disable dig IPv4-to-IPv6 mapping system test on OpenBSD --- bin/tests/system/digdelv/tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tests/system/digdelv/tests.sh b/bin/tests/system/digdelv/tests.sh index adcc2617c1..3a827373b0 100644 --- a/bin/tests/system/digdelv/tests.sh +++ b/bin/tests/system/digdelv/tests.sh @@ -203,7 +203,7 @@ if [ -x ${DIG} ] ; then n=`expr $n + 1` echo "I:checking dig @IPv4addr -6 +mapped A a.example ($n)" - if $TESTSOCK6 fd92:7065:b8e:ffff::2 2>/dev/null + if $TESTSOCK6 fd92:7065:b8e:ffff::2 2>/dev/null && [ `uname -s` != "OpenBSD" ] then ret=0 ret=0 @@ -212,7 +212,7 @@ if [ -x ${DIG} ] ; then if [ $ret != 0 ]; then echo "I:failed"; fi status=`expr $status + $ret` else - echo "I:IPv6 unavailable; skipping" + echo "I:IPv6 or IPv4-to-IPv6 mapping unavailable; skipping" fi n=`expr $n + 1`