From: Rafael Garcia-Suarez Date: Sun, 20 Jan 2002 13:51:36 +0000 (+0100) Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8ffed148564bb186fdc2e73d4142aa04f590a7e7;p=p5sagit%2Fp5-mst-13.2.git [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch Message-ID: <20020120135136.A710@rafael> p4raw-id: //depot/perl@14358 --- diff --git a/ext/File/Glob/t/basic.t b/ext/File/Glob/t/basic.t index d7aeea4..91f7913 100755 --- a/ext/File/Glob/t/basic.t +++ b/ext/File/Glob/t/basic.t @@ -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"; }