Mark new regex glob test as a TODO on VMS.
Craig A. Berry [Sun, 1 Apr 2007 18:01:01 +0000 (18:01 +0000)]
p4raw-id: //depot/perl@30826

ext/File/Glob/t/basic.t

index cee453c..4263272 100755 (executable)
@@ -206,7 +206,8 @@ print "ok 12\n";
     if (!(@glob_files == 1 && "@glob_files" eq "a_dej")) {
        print "not ";
     }
-    print "ok 13\n";
+    my $todo = $^O ne 'VMS' ? '' : " # TODO home-made glob doesn't do regexes";
+    print "ok 13$todo\n";
     chdir $cwd
        or die "Could not chdir back to $cwd: $!";
 }