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