projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1ac9599
)
[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
patch
|
blob
|
blame
|
history
diff --git
a/ext/File/Glob/t/basic.t
b/ext/File/Glob/t/basic.t
index
d7aeea4
..
91f7913
100755
(executable)
--- 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";
}