summaryrefslogtreecommitdiffstats
path: root/lib/tests/test_ini1.t
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-24 05:41:00 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-24 05:41:00 (GMT)
commit1b1dc7a48b7072aa9ba3a6c93e76d07f7c12d31f (patch)
treea91f801c62047c5c427c0e2c9a46e6c8f0181f6e /lib/tests/test_ini1.t
parent8b103c0c778aa22dbe7688e7d11df20b7c80be70 (diff)
downloadmonitoring-plugins-1b1dc7a48b7072aa9ba3a6c93e76d07f7c12d31f.tar.gz
Fix paths in test_ini tests
Diffstat (limited to 'lib/tests/test_ini1.t')
-rwxr-xr-xlib/tests/test_ini1.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tests/test_ini1.t b/lib/tests/test_ini1.t
index 0487098..d481011 100755
--- a/lib/tests/test_ini1.t
+++ b/lib/tests/test_ini1.t
@@ -1,6 +1,6 @@
1#!/usr/bin/perl 1#!/usr/bin/perl
2use Test::More; 2use Test::More;
3if (! -e "./test_ini") { 3if (! -e "./test_ini1") {
4 plan skip_all => "./test_ini not compiled - please install tap library and/or enable parse-ini to test"; 4 plan skip_all => "./test_ini not compiled - please install tap library and/or enable parse-ini to test";
5} 5}
6exec "./test_ini"; 6exec "./test_ini1";