diff options
author | Martin Schwenke <martin@meltin.net> | 2011-08-30 13:35:43 +1000 |
---|---|---|
committer | Martin Schwenke <martin@meltin.net> | 2011-08-30 16:51:55 +1000 |
commit | e4ba51effdc7945e2185a9071881dd55734ca262 (patch) | |
tree | 208604e77efe37f37d366330609c2fc08d6f9358 | |
parent | dcd37aadefa9164c5b5179d6d5f69f6737ccbe9b (diff) | |
download | samba-e4ba51effdc7945e2185a9071881dd55734ca262.tar.gz samba-e4ba51effdc7945e2185a9071881dd55734ca262.tar.xz samba-e4ba51effdc7945e2185a9071881dd55734ca262.zip |
Tests - eventscripts - remove undefined argument in some simple_test calls
Signed-off-by: Martin Schwenke <martin@meltin.net>
(This used to be ctdb commit c490024aba39cf94cbc9f8f41ecb3d336b1c82a8)
-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 |