diff options
author | ivan <ivan> | 2001-09-02 04:25:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-09-02 04:25:55 +0000 |
commit | f1ee95396defc991301ac758b71bdda9df82984e (patch) | |
tree | e74c506e501b88a93f7d19a1c5b0d3025ab2db1f /FS/t/cust_pkg.t | |
parent | 29b94aeb1c3003f7a9bbfbe1a91a86f8b9edfbbc (diff) |
lame testsuite and the embarassing fixes in it found
Diffstat (limited to 'FS/t/cust_pkg.t')
-rw-r--r-- | FS/t/cust_pkg.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_pkg.t b/FS/t/cust_pkg.t new file mode 100644 index 000000000..c6a686061 --- /dev/null +++ b/FS/t/cust_pkg.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_pkg; +$loaded=1; +print "ok 1\n"; |