diff options
Diffstat (limited to 'ext/File/Glob/t/basic.t')
-rwxr-xr-x | ext/File/Glob/t/basic.t | 2 |
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"; } |