Skip to content

Commit

Permalink
Make tests pass on case-insensitive file systems other than VMS.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Nov 12, 2010
1 parent bdbd2b5 commit 2e1cee2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/search50.t
Expand Up @@ -77,9 +77,9 @@ if( $testmod ) {
print "# Comparing \"$x[0]\" to \"$x[1]\"\n";
for(@x) { s{[/\\]}{/}g; }
print "# => \"$x[0]\" to \"$x[1]\"\n";
skip $^O eq 'VMS' ? '-- case may or may not be preserved' : 0,
$x[0],
$x[1],
ok
lc $x[0],
lc $x[1],
" find('$testmod') should match survey's name2where{$testmod}";
} else {
ok 0; # no 'thatpath/<name>.pm' means can't test find()
Expand Down

0 comments on commit 2e1cee2

Please sign in to comment.