]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix merge error
authorMark Andrews <marka@isc.org>
Tue, 27 Feb 2018 23:31:47 +0000 (10:31 +1100)
committerMichał Kępień <michal@isc.org>
Thu, 1 Mar 2018 13:11:46 +0000 (08:11 -0500)
bin/tests/system/cookie/tests.sh

index 9c29e3449d31ca61ccf5528713d21239b6ea7375..7f15f9f8a1f1f0754526f65dc37b1650b21c3ec1 100755 (executable)
@@ -69,7 +69,7 @@ status=`expr $status + $ret`
 n=`expr $n + 1`
 echo_i "checking response size without COOKIE ($n)"
 ret=0
-$DIG $DIGOPTSlarge.example txt @10.53.0.1 +ignore > dig.out.test$n
+$DIG $DIGOPTS large.example txt @10.53.0.1 +ignore > dig.out.test$n
 havetc dig.out.test$n || ret=1
 if [ $ret != 0 ]; then echo_i "failed"; fi
 status=`expr $status + $ret`