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