Code

check_host: Allocate a large-enough buffer for the host table.
[nagiosplug.git] / lib / tests / test_ini3.t
index 57388dda8419b0264114b514318410256a0551f5..4b0be4c6d828b51b68480f658b1d624811f067d5 100755 (executable)
@@ -3,7 +3,7 @@ use Test::More;
 use strict;
 use warnings;
 
-if (! -e "./test_ini") {
+if (! -e "./test_ini3") {
        plan skip_all => "./test_ini not compiled - please install tap library and/or enable parse-ini to test";
 }
 
@@ -28,7 +28,7 @@ foreach my $args (@TESTS) {
        } else {
                delete($ENV{"NAGIOS_CONFIG_PATH"});
        }
-       system {'./test_ini2'} @$args;
+       system {'./test_ini3'} @$args;
        cmp_ok($?>>8, '==', $rc, "Parse-ini die " . $count++);
 }