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