[REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
Rafael Garcia-Suarez [Sun, 20 Jan 2002 13:51:36 +0000 (14:51 +0100)]
Message-ID: <20020120135136.A710@rafael>

p4raw-id: //depot/perl@14358

ext/File/Glob/t/basic.t

index d7aeea4..91f7913 100755 (executable)
@@ -93,7 +93,7 @@ else {
     rmdir $dir;
     if (scalar(@a) != 0 || GLOB_ERROR == 0) {
        if ($^O eq 'vos') {
-           print "not ok 6 -- hit VOS bug posix-956\n";
+           print "not ok 6 # TODO hit VOS bug posix-956\n";
        } else {
            print "not ok 6\n";
        }