Remove duplicately applied patch shards.
[p5sagit/p5-mst-13.2.git] / t / lib / glob-global.t
index 9d273bd..0045f89 100755 (executable)
@@ -56,7 +56,7 @@ while (defined($_ = <*/*.t>)) {
 print "not " if @r != $r;
 print "ok 5\n";
 
-# check if array context works
+# check if list context works
 @r = ();
 for (<*/*.t>) {
     #print "# $_\n";