summaryrefslogtreecommitdiff
path: root/FS/t/part_export-forward_shellcommands.t
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2003-04-22 04:39:41 +0000
committercvs2git <cvs2git>2003-04-22 04:39:41 +0000
commit60faee90b33f3c205e1fa5e8b7d36f93e27a0a7d (patch)
treec86dc84a56851579387e95f1377feab9b428f27c /FS/t/part_export-forward_shellcommands.t
parentff7970b67fd44c716d09c37902d68c47a56623b3 (diff)
parent60527016538d1794227983d99ce3b77c8fcd7426 (diff)
This commit was manufactured by cvs2svn to create branch
'FREESIDE_1_4_BRANCH'.
Diffstat (limited to 'FS/t/part_export-forward_shellcommands.t')
-rw-r--r--FS/t/part_export-forward_shellcommands.t5
1 files changed, 5 insertions, 0 deletions
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";