diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-05-17 23:10:02 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-05-17 23:10:02 (GMT) |
commit | 494c6b1fbefbcf79697ba8c4c158c0022ff97803 (patch) | |
tree | c34a4dfd73921bae27f38a01bd303e375ea96600 /plugins/t/check_ftp.t | |
parent | b832a277dc687c4db6bb7f989e6f79d1e0e67e72 (diff) | |
download | monitoring-plugins-494c6b1fbefbcf79697ba8c4c158c0022ff97803.tar.gz |
Fixed test (Mathew Ericson - 738609)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/release-1.3.0@521 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/t/check_ftp.t')
-rw-r--r-- | plugins/t/check_ftp.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_ftp.t b/plugins/t/check_ftp.t index c3f74d9..d9e9d9c 100644 --- a/plugins/t/check_ftp.t +++ b/plugins/t/check_ftp.t | |||
@@ -16,7 +16,7 @@ $cmd = "./check_ftp $Cache::hostname -wt 300 -ct 600"; | |||
16 | $str = `$cmd`; | 16 | $str = `$cmd`; |
17 | $t += ok $?>>8,0; | 17 | $t += ok $?>>8,0; |
18 | print "Test was: $cmd\n" if ($?); | 18 | print "Test was: $cmd\n" if ($?); |
19 | $t += ok $str, '/FTP ok - [0-9]+ second response time/'; | 19 | $t += ok $str, '/FTP OK -\s+[0-9]?\.?[0-9]+ second response time/'; |
20 | 20 | ||
21 | #$cmd = "./check_ftp $Cache::noserver -wt 0 -ct 0"; | 21 | #$cmd = "./check_ftp $Cache::noserver -wt 0 -ct 0"; |
22 | #$str = `$cmd`; | 22 | #$str = `$cmd`; |