diff options
author | Martin Schwenke <martin@meltin.net> | 2010-10-12 11:10:38 +1100 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2010-11-17 11:39:51 +1100 |
commit | 44d66153af979c7c025be4393c61b2aaefffd9a6 (patch) | |
tree | d1ba824c6e9cadee2e847cc6f33e380731f56c82 | |
parent | 0ff7924d15426218918221d6639aaec87ec38d83 (diff) | |
download | samba-44d66153af979c7c025be4393c61b2aaefffd9a6.tar.gz samba-44d66153af979c7c025be4393c61b2aaefffd9a6.tar.xz samba-44d66153af979c7c025be4393c61b2aaefffd9a6.zip |
Test suite: fix typo in ctdb ping test grep pattern.
Signed-off-by: Martin Schwenke <martin@meltin.net>
(This used to be ctdb commit ad18bfa398e582474afe25340368e39d4e74e3c6)
-rwxr-xr-x | ctdb/tests/simple/09_ctdb_ping.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ctdb/tests/simple/09_ctdb_ping.sh b/ctdb/tests/simple/09_ctdb_ping.sh index 98253beabb..6610431094 100755 --- a/ctdb/tests/simple/09_ctdb_ping.sh +++ b/ctdb/tests/simple/09_ctdb_ping.sh @@ -53,6 +53,5 @@ try_command_on_node -v 0 "! $CTDB ping -n 1" sanity_check_output \ 1 \ - "(: ctdb_control error: ('ctdb_control to disconnected node'|'node is disconnected')|Unable to get ping response from node 1|Node 1 is DISCONNECTED|ctdb_control for getpnn failed|: Can not access node. Node is not operational\.)$ -)" \ + "(: ctdb_control error: ('ctdb_control to disconnected node'|'node is disconnected')|Unable to get ping response from node 1|Node 1 is DISCONNECTED|ctdb_control for getpnn failed|: Can not access node. Node is not operational\.)" \ "$out" |