diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2008-11-28 08:22:39 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2008-11-28 08:22:39 (GMT) |
commit | 538b97cea63d68efbd9c9c67d9c41278cfd1ebad (patch) | |
tree | 84e707f97fb82f1920fb7568241e8b5d8f71c0af /lib/tests/test_ini.t | |
parent | d40abb2504b99e1318840ad1a5d9f4a340c465b5 (diff) | |
download | monitoring-plugins-538b97cea63d68efbd9c9c67d9c41278cfd1ebad.tar.gz |
Revert inclusion of libtap into nagiosplugins
(except for the NEWS file)
This reverts the following commits (latest first): f3e0909, 9f16b54, be8df51, f31cd40, 5270c7d, a25083f, f1bfe40, c503d85 and 6c476db
Diffstat (limited to 'lib/tests/test_ini.t')
-rwxr-xr-x | lib/tests/test_ini.t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/tests/test_ini.t b/lib/tests/test_ini.t new file mode 100755 index 0000000..0487098 --- /dev/null +++ b/lib/tests/test_ini.t | |||
@@ -0,0 +1,6 @@ | |||
1 | #!/usr/bin/perl | ||
2 | use Test::More; | ||
3 | if (! -e "./test_ini") { | ||
4 | plan skip_all => "./test_ini not compiled - please install tap library and/or enable parse-ini to test"; | ||
5 | } | ||
6 | exec "./test_ini"; | ||