This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a31a4b
)
Mark new regex glob test as a TODO on VMS.
author
Craig A. Berry
<craigberry@mac.com>
Sun, 1 Apr 2007 18:01:01 +0000
(18:01 +0000)
committer
Craig A. Berry
<craigberry@mac.com>
Sun, 1 Apr 2007 18:01:01 +0000
(18:01 +0000)
p4raw-id: //depot/perl@30826
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
cee453c
..
4263272
100755
(executable)
--- a/
ext/File/Glob/t/basic.t
+++ b/
ext/File/Glob/t/basic.t
@@
-206,7
+206,8
@@
print "ok 12\n";
if (!(@glob_files == 1 && "@glob_files" eq "a_dej")) {
print "not ";
}
- print "ok 13\n";
+ my $todo = $^O ne 'VMS' ? '' : " # TODO home-made glob doesn't do regexes";
+ print "ok 13$todo\n";
chdir $cwd
or die "Could not chdir back to $cwd: $!";
}