summaryrefslogtreecommitdiffstats
path: root/plugins/t/check_ftp.t
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2003-05-17 23:10:02 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2003-05-17 23:10:02 (GMT)
commitfb54f2574171bcbdfae5d33b5f64715b193b4215 (patch)
tree86c2706cb475fc19584a3edfca337894c504f3e0 /plugins/t/check_ftp.t
parentf242c3acd9408719d3687aaddcba87d5b7475be1 (diff)
downloadmonitoring-plugins-fb54f2574171bcbdfae5d33b5f64715b193b4215.tar.gz
Fixed test (Mathew Ericson - 738609)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@521 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/t/check_ftp.t')
-rw-r--r--plugins/t/check_ftp.t2
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;
18print "Test was: $cmd\n" if ($?); 18print "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`;