From: Martin Schwenke Date: Tue, 12 Oct 2010 00:10:38 +0000 (+1100) Subject: Test suite: fix typo in ctdb ping test grep pattern. X-Git-Url: http://git.samba.org/?p=metze%2Fctdb%2Fwip.git;a=commitdiff_plain;h=ad18bfa398e582474afe25340368e39d4e74e3c6 Test suite: fix typo in ctdb ping test grep pattern. Signed-off-by: Martin Schwenke --- diff --git a/tests/simple/09_ctdb_ping.sh b/tests/simple/09_ctdb_ping.sh index 98253bea..66104310 100755 --- a/tests/simple/09_ctdb_ping.sh +++ b/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"