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:05:33 -0800
commit2e7d4cbc5ce7bf9705bcb811315b94b0ee54288b (patch)
tree7c66839ccb7c3829c0b6baa25ccc96acf97e3a62 /FS/t/InitHandler.t
parentf77cbf2281ef5ea2e0b81b64fdd1dd78fca3e543 (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";