This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test case for C<undef %File::Glob::>
[perl5.git] / t / op / subst_wamp.t
CommitLineData
f5c9036e
IZ
1#!./perl
2
3$dummy = defined $&; # Now we have it...
4for $file ('op/subst.t', 't/op/subst.t') {
5 if (-r $file) {
4343e7c3 6 do "./$file";
f5c9036e
IZ
7 exit;
8 }
9}
10die "Cannot find op/subst.t or t/op/subst.t\n";
11