This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove the port to MiNT. It's a dead platform that hasn't had any love since 5.005
[perl5.git] / t / op / substT.t
CommitLineData
25aae3a7
RGS
1#!perl -wT
2
3for $file ('op/subst.t', 't/op/subst.t', ':op:subst.t') {
4 if (-r $file) {
5 do ($^O eq 'MacOS' ? $file : "./$file");
6 exit;
7 }
8}
9die "Cannot find op/subst.t or t/op/subst.t\n";