Remove code specific to MacOS Classic from core tests
[p5sagit/p5-mst-13.2.git] / t / op / substT.t
CommitLineData
25aae3a7 1#!perl -wT
2
3for $file ('op/subst.t', 't/op/subst.t', ':op:subst.t') {
4 if (-r $file) {
7b903762 5 do "./$file";
25aae3a7 6 exit;
7 }
8}
9die "Cannot find op/subst.t or t/op/subst.t\n";