From: Michał Kępień Date: Thu, 12 Jul 2018 11:35:10 +0000 (+0200) Subject: Remove IDN subtest from the "digdelv" system test X-Git-Tag: v9.13.3~106^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd30a03f2b3e7e96598aab3b28e011911fd8a679;p=thirdparty%2Fbind9.git Remove IDN subtest from the "digdelv" system test The output of certain "dig +idnout" invocations may be locale-dependent. Remove the "dig +idnout" subtest from the "digdelv" system test as IDN support is already thoroughly tested by the "idna" system test. --- diff --git a/bin/tests/system/digdelv/tests.sh b/bin/tests/system/digdelv/tests.sh index fa80a91019d..6cd321e79ff 100644 --- a/bin/tests/system/digdelv/tests.sh +++ b/bin/tests/system/digdelv/tests.sh @@ -443,23 +443,6 @@ if [ -x ${DIG} ] ; then if [ $ret != 0 ]; then echo_i "failed"; fi status=`expr $status + $ret` - n=`expr $n + 1` - if $FEATURETEST --with-idn - then - echo_i "checking dig +idnout ($n)" - ret=0 - $DIG $DIGOPTS @10.53.0.3 +noidnout xn--caf-dma.example. > dig.out.1.test$n 2>&1 || ret=1 - $DIG $DIGOPTS @10.53.0.3 +idnout xn--caf-dma.example. > dig.out.2.test$n 2>&1 || ret=1 - grep "^xn--caf-dma.example" dig.out.1.test$n > /dev/null || ret=1 - grep "^xn--caf-dma.example" dig.out.2.test$n > /dev/null && ret=1 - grep 10.1.2.3 dig.out.1.test$n > /dev/null || ret=1 - grep 10.1.2.3 dig.out.2.test$n > /dev/null || ret=1 - if [ $ret != 0 ]; then echo_i "failed"; fi - status=`expr $status + $ret` - else - echo_i "skipping 'dig +idnout' as IDN support is not enabled ($n)" - fi - n=`expr $n + 1` echo_i "checking that dig warns about .local queries ($n)" ret=0