summaryrefslogtreecommitdiff
path: root/FS/t/part_export-domain_shellcommands.t
blob: a2a44fbfbf1f1e63c4f981a6d86293316b59b2b1 (plain)
1
2
3
4
5
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::part_export::domain_shellcommands;
$loaded=1;
print "ok 1\n";