mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 13:10:00 -04:00
[master] Disable dig IPv4-to-IPv6 mapping system test on OpenBSD
This commit is contained in:
parent
1477c19dd9
commit
b4e6d4c724
1 changed files with 2 additions and 2 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue