summaryrefslogtreecommitdiff
path: root/FS/t/InitHandler.t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-03-10 07:05:33 -0800
committerIvan Kohler <ivan@freeside.biz>2017-03-10 07:07:29 -0800
commit04fef32b85b84f388cc5c6f8b7bbe5baa6fc5307 (patch)
tree88eb04bb365b450bd50d6691264dc5060d4d6985 /FS/t/InitHandler.t
parent63aca7680cca3df7f0b2e84d75fefd1912e009ec (diff)
remove old test files
Diffstat (limited to 'FS/t/InitHandler.t')
-rw-r--r--FS/t/InitHandler.t5
1 files changed, 0 insertions, 5 deletions
diff --git a/FS/t/InitHandler.t b/FS/t/InitHandler.t
deleted file mode 100644
index 0ce60c833..000000000
--- a/FS/t/InitHandler.t
+++ /dev/null
@@ -1,5 +0,0 @@
-BEGIN { $| = 1; print "1..1\n" }
-END {print "not ok 1\n" unless $loaded;}
-use FS::InitHandler;
-$loaded=1;
-print "ok 1\n";