From: Michał Kępień Date: Wed, 29 May 2019 09:05:01 +0000 (+0200) Subject: Fix the name of the file to inspect X-Git-Tag: v9.15.1~32^2~6 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=3e7fa15ca378c1bf55938cd13d9839bcd98c21f7;p=thirdparty%2Fbind9.git Fix the name of the file to inspect One of the checks in the "legacy" system test inspects dig.out.1.test$n instead of dig.out.2.test$n. Fix the file name used in that check. --- diff --git a/bin/tests/system/legacy/tests.sh b/bin/tests/system/legacy/tests.sh index a8b029ac6f6..742a6a43a1b 100755 --- a/bin/tests/system/legacy/tests.sh +++ b/bin/tests/system/legacy/tests.sh @@ -158,7 +158,7 @@ ret=0 $DIG $DIGOPTS +edns @10.53.0.6 edns512 soa > dig.out.1.test$n || ret=1 grep "status: NOERROR" dig.out.1.test$n > /dev/null || ret=1 $DIG $DIGOPTS +edns +tcp @10.53.0.6 edns512 soa > dig.out.2.test$n || ret=1 -grep "status: NOERROR" dig.out.1.test$n > /dev/null || ret=1 +grep "status: NOERROR" dig.out.2.test$n > /dev/null || ret=1 $DIG $DIGOPTS +edns @10.53.0.6 txt500.edns512 txt > dig.out.3.test$n grep "connection timed out; no servers could be reached" dig.out.3.test$n > /dev/null || ret=1 $DIG $DIGOPTS +edns +bufsize=512 +ignor @10.53.0.6 txt500.edns512 txt > dig.out.4.test$n