Test suite: fix typo in ctdb ping test grep pattern.
[metze/ctdb/wip.git] / tests / simple / 09_ctdb_ping.sh
index 98253beabbc18943709e1f4603aa9168ced80f37..66104310940f4ad322451ede422eeb2b818ad874 100755 (executable)
@@ -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"