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