Re: [PATCH] ...while $var = glob(...)
[p5sagit/p5-mst-13.2.git] / t / op / length.t
index 3170beb..0660d68 100644 (file)
@@ -5,7 +5,7 @@ BEGIN {
     @INC = '../lib';
 }
 
-print "1..13\n";
+print "1..15\n";
 
 print "not " unless length("")    == 0;
 print "ok 1\n";