summaryrefslogtreecommitdiff
path: root/ext/File
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-01-20 14:51:36 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-20 17:01:38 +0000
commit8ffed148564bb186fdc2e73d4142aa04f590a7e7 (patch)
tree5512ac97629c0e2ce9d1dc273a042729408ee857 /ext/File
parent1ac95999ae1a7fa7cd4cdbaed612a3b867560f23 (diff)
downloadperl-8ffed148564bb186fdc2e73d4142aa04f590a7e7.tar.gz
[REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
Message-ID: <20020120135136.A710@rafael> p4raw-id: //depot/perl@14358
Diffstat (limited to 'ext/File')
-rwxr-xr-xext/File/Glob/t/basic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/File/Glob/t/basic.t b/ext/File/Glob/t/basic.t
index d7aeea4b05..91f79138d6 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";
}