[rt41269] additional tests for dig and delv,

fix for --disable-ipv6 on osx,
              fixes for tests with --disable-ipv6
This commit is contained in:
Curtis Blackburn
2015-12-15 11:58:28 -08:00
parent 6960e7fd12
commit 9effea437d
6 changed files with 162 additions and 25 deletions

View File

@@ -162,7 +162,7 @@ n=`expr $n + 1`
# Note: for a short term workaround we use ::1, assuming it's configured and
# usable for our tests. We should eventually use the test ULA and available
# checks introduced in change 2916.
if $PERL ../testsock6.pl ::1 2> /dev/null
if $TESTSOCK6 ../testsock6.pl ::1 2> /dev/null
then
echo "I:checking IPv6 static-stub address ($n)"
ret=0