From 8590c9bef767a6eb95e9b8ba1f940d82d7193093 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 28 Feb 2004 22:49:14 +0000 Subject: [PATCH] adding --- FS/t/acct_snarf.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/acct_snarf.t diff --git a/FS/t/acct_snarf.t b/FS/t/acct_snarf.t new file mode 100644 index 000000000..642760f20 --- /dev/null +++ b/FS/t/acct_snarf.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::acct_snarf; +$loaded=1; +print "ok 1\n"; -- 2.11.0