diff options
Diffstat (limited to 'lib/tests/test_ini3.t')
| -rwxr-xr-x | lib/tests/test_ini3.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tests/test_ini3.t b/lib/tests/test_ini3.t index 57388dda..4b0be4c6 100755 --- a/lib/tests/test_ini3.t +++ b/lib/tests/test_ini3.t | |||
| @@ -3,7 +3,7 @@ use Test::More; | |||
| 3 | use strict; | 3 | use strict; |
| 4 | use warnings; | 4 | use warnings; |
| 5 | 5 | ||
| 6 | if (! -e "./test_ini") { | 6 | if (! -e "./test_ini3") { |
| 7 | plan skip_all => "./test_ini not compiled - please install tap library and/or enable parse-ini to test"; | 7 | plan skip_all => "./test_ini not compiled - please install tap library and/or enable parse-ini to test"; |
| 8 | } | 8 | } |
| 9 | 9 | ||
| @@ -28,7 +28,7 @@ foreach my $args (@TESTS) { | |||
| 28 | } else { | 28 | } else { |
| 29 | delete($ENV{"NAGIOS_CONFIG_PATH"}); | 29 | delete($ENV{"NAGIOS_CONFIG_PATH"}); |
| 30 | } | 30 | } |
| 31 | system {'./test_ini2'} @$args; | 31 | system {'./test_ini3'} @$args; |
| 32 | cmp_ok($?>>8, '==', $rc, "Parse-ini die " . $count++); | 32 | cmp_ok($?>>8, '==', $rc, "Parse-ini die " . $count++); |
| 33 | } | 33 | } |
| 34 | 34 | ||
