X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Ft%2Fpart_export-domain_shellcommands.t;fp=FS%2Ft%2Fpart_export-domain_shellcommands.t;h=a2a44fbfbf1f1e63c4f981a6d86293316b59b2b1;hb=eb6cb474f653dc738b26c9f8ca9b43e9b6f1e546;hp=0000000000000000000000000000000000000000;hpb=bd3a0f6ac3ce9370ee13b9c325e137e2ab533fce;p=freeside.git diff --git a/FS/t/part_export-domain_shellcommands.t b/FS/t/part_export-domain_shellcommands.t new file mode 100644 index 000000000..a2a44fbfb --- /dev/null +++ b/FS/t/part_export-domain_shellcommands.t @@ -0,0 +1,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";