summaryrefslogtreecommitdiffstats
path: root/lib/tests/test_ini1.t
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-23 07:39:45 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-23 07:43:59 (GMT)
commit8b103c0c778aa22dbe7688e7d11df20b7c80be70 (patch)
treede74e84102e6f693560b301971bb2b6ee1d05a98 /lib/tests/test_ini1.t
parent485f306868fa9c89b4f09e3b2b813d93ec64f0b4 (diff)
downloadmonitoring-plugins-8b103c0c778aa22dbe7688e7d11df20b7c80be70.tar.gz
Add die tests for parse_ini
Diffstat (limited to 'lib/tests/test_ini1.t')
-rwxr-xr-xlib/tests/test_ini1.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/tests/test_ini1.t b/lib/tests/test_ini1.t
new file mode 100755
index 0000000..0487098
--- /dev/null
+++ b/lib/tests/test_ini1.t
@@ -0,0 +1,6 @@
1#!/usr/bin/perl
2use Test::More;
3if (! -e "./test_ini") {
4 plan skip_all => "./test_ini not compiled - please install tap library and/or enable parse-ini to test";
5}
6exec "./test_ini";