From f77cbf2281ef5ea2e0b81b64fdd1dd78fca3e543 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 10 Mar 2017 07:04:12 -0800 Subject: Revert "remove old test files" This reverts commit c13b6c8f4b9876aa8f91e1c14d3c208ac0d189e9. --- FS/t/InitHandler.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/InitHandler.t (limited to 'FS/t/InitHandler.t') diff --git a/FS/t/InitHandler.t b/FS/t/InitHandler.t new file mode 100644 index 000000000..0ce60c833 --- /dev/null +++ b/FS/t/InitHandler.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::InitHandler; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1