From f1ee95396defc991301ac758b71bdda9df82984e Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 2 Sep 2001 04:25:55 +0000 Subject: lame testsuite and the embarassing fixes in it found --- FS/t/cust_refund.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/cust_refund.t (limited to 'FS/t/cust_refund.t') diff --git a/FS/t/cust_refund.t b/FS/t/cust_refund.t new file mode 100644 index 0000000..91583da --- /dev/null +++ b/FS/t/cust_refund.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_refund; +$loaded=1; +print "ok 1\n"; -- cgit v1.1