summaryrefslogtreecommitdiff
path: root/ext/File/Glob/t/basic.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/File/Glob/t/basic.t')
-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";
}