blob: a48c39a1d12fdf4409bc00f590883aecf888de15 [file] [log] [blame]
#!/usr/bin/perl
(-d "../t") and chdir "..";
system("sudo", "$^X", "t/root_spamd_tell_x.t",
"--override", "run_root_tests", "1", @ARGV);
($? >> 8 == 0) or die "exec failed";
system('sudo chown -R jmason t/log');