diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-03-10 07:03:36 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-03-10 07:03:36 -0800 |
commit | c13b6c8f4b9876aa8f91e1c14d3c208ac0d189e9 (patch) | |
tree | e56f0a50ac97eb3bd91e1d58bb929a9fcf879a6d /FS/t/InitHandler.t | |
parent | 4266969f2c69f6fc07672f118b86716f52a95b86 (diff) |
remove old test files
Diffstat (limited to 'FS/t/InitHandler.t')
-rw-r--r-- | FS/t/InitHandler.t | 5 |
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"; |