summaryrefslogtreecommitdiff
path: root/FS/t/h_cust_pkg_reason.t
diff options
context:
space:
mode:
authorivan <ivan>2009-02-22 19:46:22 +0000
committerivan <ivan>2009-02-22 19:46:22 +0000
commit027756090552715f79cd3a4de08ee73091ad99f0 (patch)
tree7949798ac79a28bab5533fcdaae90fd95ab58f5d /FS/t/h_cust_pkg_reason.t
parent65efe8eb9ee8bb02deb776da0897e25d821b4f65 (diff)
add h_cust_pkg and h_cust_pkg_reason packages, RT#4896
Diffstat (limited to 'FS/t/h_cust_pkg_reason.t')
-rw-r--r--FS/t/h_cust_pkg_reason.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/h_cust_pkg_reason.t b/FS/t/h_cust_pkg_reason.t
new file mode 100644
index 0000000..b8dae92
--- /dev/null
+++ b/FS/t/h_cust_pkg_reason.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::h_cust_pkg_reason;
+$loaded=1;
+print "ok 1\n";