summaryrefslogtreecommitdiff
path: root/t/re/substT.t
blob: 22c3c504efe7370626edb525d7f3a662820867ad (plain)
1
2
3
4
5
6
7
8
9
#!perl -wT

for $file ('re/subst.t', 't/re/subst.t', ':re:subst.t') {
  if (-r $file) {
    do "./$file";
    exit;
  }
}
die "Cannot find re/subst.t or t/re/subst.t\n";