Code

Add die tests for parse_ini
[nagiosplug.git] / lib / tests / test_ini.t
diff --git a/lib/tests/test_ini.t b/lib/tests/test_ini.t
deleted file mode 100755 (executable)
index 0487098..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/perl
-use Test::More;
-if (! -e "./test_ini") {
-       plan skip_all => "./test_ini not compiled - please install tap library and/or enable parse-ini to test";
-}
-exec "./test_ini";