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