Skip to content

Commit

Permalink
Using a real skip in the final example.
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonrandal authored and theory committed Dec 4, 2009
1 parent 461d0ab commit 7276046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/search50.t
Expand Up @@ -60,7 +60,7 @@ if( $strictpath ) {
print "# => \"$x[0]\" to \"$x[1]\"\n";
ok $x[0], $x[1], " find('strict') should match survey's name2where{strict}";
} elsif ($nopod) {
ok 1; # skipping find() for 'thatpath/strict.pm
skip "skipping find() for strict.pm"; # skipping find() for 'thatpath/strict.pm
} else {
ok 0; # an entry without a defined path means can't test find()
}
Expand Down

0 comments on commit 7276046

Please sign in to comment.