X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fop%2Freaddir.t;h=971a02ada7d23adf90407ecf3797d1d5bf438d98;hb=d279ab826c469db5d93d3d728fdcf1acd9265665;hp=c4d5ed222bfeb8505b84dbba25f92f21af3480bb;hpb=719e2301283f7f9650137ddbdf3fd72ce198629b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/op/readdir.t b/t/op/readdir.t index c4d5ed2..971a02a 100755 --- a/t/op/readdir.t +++ b/t/op/readdir.t @@ -24,7 +24,7 @@ closedir(OP); ## This range will have to adjust as the number of tests expands, ## as it's counting the number of .t files in src/t ## -my ($min, $max) = (140, 160); +my ($min, $max) = (150, 170); if (@D > $min && @D < $max) { print "ok 2\n"; } else { printf "not ok 2 # counting op/*.t, expect $min < %d < $max files\n",