This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
move regex related tests out of t/op/ into t/re/
[perl5.git] / t / re / subst_wamp.t
CommitLineData
a4499558
YO
1#!./perl
2
3$dummy = defined $&; # Now we have it...
4for $file ('re/subst.t', 't/re/subst.t', ':re:subst.t') {
5 if (-r $file) {
6 do "./$file";
7 exit;
8 }
9}
10die "Cannot find re/subst.t or t/re/subst.t\n";
11