summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorivan <ivan>2009-01-08 01:45:22 +0000
committerivan <ivan>2009-01-08 01:45:22 +0000
commit2b8ffc98529637ffddfe7cbf6b4f9b8deb90f0fa (patch)
treebfd6fad6189838b809f405b3e83f613f4e436537 /FS/t
parent619b9c20b1c2c76d439284bd6d023e5d5d9dbc7d (diff)
start adding package locations, RT#4499
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/cust_location.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_location.t b/FS/t/cust_location.t
new file mode 100644
index 000000000..e98372d72
--- /dev/null
+++ b/FS/t/cust_location.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::cust_location;
+$loaded=1;
+print "ok 1\n";