summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorivan <ivan>2008-08-22 03:01:06 +0000
committerivan <ivan>2008-08-22 03:01:06 +0000
commit106d0163556c31a3b2cf9c065ec6d9d6ded0ce64 (patch)
treeeb945ad809a8bf524d8b20a9204f18aa24ecd6a7 /FS/t
parentc1297541457bdfce910e7013cd6dc24254347852 (diff)
the master control program has chosen YOU to serve your system on the game grid
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/cust_svc_option.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_svc_option.t b/FS/t/cust_svc_option.t
new file mode 100644
index 000000000..eeaa170db
--- /dev/null
+++ b/FS/t/cust_svc_option.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::cust_svc_option;
+$loaded=1;
+print "ok 1\n";