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