]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
look $UNLIMITEDFILE.4 as $UNLIMITEDFILE.5 may not exist yet
authorMark Andrews <marka@isc.org>
Mon, 5 Dec 2016 07:19:41 +0000 (18:19 +1100)
committerMark Andrews <marka@isc.org>
Mon, 5 Dec 2016 07:20:31 +0000 (18:20 +1100)
bin/tests/system/logfileconfig/tests.sh

index d8e150a4bdd213f1acbb5c539e4460f98c3ced2a..522256b003fd06364d3e2cdc26387582455aee11 100644 (file)
@@ -360,9 +360,9 @@ then
        echo "I: testing unlimited versions failed $UNLIMITEDFILE.1480039317 removed"
        status=`expr $status + 1`
 fi
-if test ! -f $UNLIMITEDFILE.5
+if test ! -f $UNLIMITEDFILE.4
 then
-       echo "I: testing unlimited versions failed $UNLIMITEDFILE.5 does not"
+       echo "I: testing unlimited versions failed $UNLIMITEDFILE.4 does not"
        status=`expr $status + 1`
 fi