X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Ft%2Fpart_export-forward_shellcommands.t;fp=FS%2Ft%2Fpart_export-forward_shellcommands.t;h=78ca68d1041ea60671174e1fe785fc57cf4be132;hb=60527016538d1794227983d99ce3b77c8fcd7426;hp=0000000000000000000000000000000000000000;hpb=579c95a605ba3eeacd28e965d9c1ed7ad6f03374;p=freeside.git diff --git a/FS/t/part_export-forward_shellcommands.t b/FS/t/part_export-forward_shellcommands.t new file mode 100644 index 000000000..78ca68d10 --- /dev/null +++ b/FS/t/part_export-forward_shellcommands.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_export::forward_shellcommands; +$loaded=1; +print "ok 1\n";