diff options
-rwxr-xr-x | ctdb/tests/eventscripts/simple/40.vsftpd.monitor.001.sh | 2 | ||||
-rwxr-xr-x | ctdb/tests/eventscripts/simple/41.httpd.monitor.001.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/tests/eventscripts/simple/40.vsftpd.monitor.001.sh b/ctdb/tests/eventscripts/simple/40.vsftpd.monitor.001.sh index fe2afd1d9f..0f8b1a53c6 100755 --- a/ctdb/tests/eventscripts/simple/40.vsftpd.monitor.001.sh +++ b/ctdb/tests/eventscripts/simple/40.vsftpd.monitor.001.sh @@ -8,4 +8,4 @@ setup_vsftpd "down" ok_null -simple_test $cmd +simple_test diff --git a/ctdb/tests/eventscripts/simple/41.httpd.monitor.001.sh b/ctdb/tests/eventscripts/simple/41.httpd.monitor.001.sh index c46a45c0c7..0a9ceac428 100755 --- a/ctdb/tests/eventscripts/simple/41.httpd.monitor.001.sh +++ b/ctdb/tests/eventscripts/simple/41.httpd.monitor.001.sh @@ -8,4 +8,4 @@ setup_httpd "down" ok_null -simple_test $cmd +simple_test |