From ad18bfa398e582474afe25340368e39d4e74e3c6 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Tue, 12 Oct 2010 11:10:38 +1100 Subject: [PATCH 1/1] Test suite: fix typo in ctdb ping test grep pattern. Signed-off-by: Martin Schwenke --- tests/simple/09_ctdb_ping.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" -- 2.34.1