X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2Ft%2Fpart_export-bsdshell.t;fp=FS%2Ft%2Fpart_export-bsdshell.t;h=eaf417a702e150618e332cc86dad80219322bc7a;hb=9554f2be960fdb511a4c9d8b519261614319f0aa;hp=0000000000000000000000000000000000000000;hpb=ac0647c2bacded54f476e7219b1dce05b8d3226c;p=freeside.git diff --git a/FS/t/part_export-bsdshell.t b/FS/t/part_export-bsdshell.t new file mode 100644 index 000000000..eaf417a70 --- /dev/null +++ b/FS/t/part_export-bsdshell.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_export::bsdshell; +$loaded=1; +print "ok 1\n";