diff options
author | ivan <ivan> | 2004-02-28 22:49:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-02-28 22:49:14 +0000 |
commit | 8590c9bef767a6eb95e9b8ba1f940d82d7193093 (patch) | |
tree | c91c242e902aed4bcf4ff5fce5776e37c6ec53f9 | |
parent | 0ef43f5dc2f3ccce6f4a4b236e87f23ba413c8a8 (diff) |
adding
-rw-r--r-- | FS/t/acct_snarf.t | 5 |
1 files changed, 5 insertions, 0 deletions
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"; |