blob: 6c88208a2ecc4e22ffa1b5e259cb5d09d0553da4 [file] [log] [blame]
#!/usr/bin/perl
(-d "../t") and chdir "..";
system( "$^X", "-T", "t/strip_no_subject.t",
"--override", "run_long_tests", "1", @ARGV);
($? >> 8 == 0) or die "exec failed";