This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
A test case for change 30527 (chdir bareword ambiguity with dirhandles
[perl5.git] / t / op / readdir.t
index ee64122..c4d5ed2 100755 (executable)
@@ -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) = (115, 135);
+my ($min, $max) = (140, 160);
 if (@D > $min && @D < $max) { print "ok 2\n"; }
 else {
     printf "not ok 2 # counting op/*.t, expect $min < %d < $max files\n",