Test suite: fix typo in ctdb ping test grep pattern.
authorMartin Schwenke <martin@meltin.net>
Tue, 12 Oct 2010 00:10:38 +0000 (11:10 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 17 Nov 2010 00:39:51 +0000 (11:39 +1100)
Signed-off-by: Martin Schwenke <martin@meltin.net>
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"