Test suite: Fix typo in continue test.
authorMartin Schwenke <martin@meltin.net>
Thu, 5 Aug 2010 06:01:23 +0000 (16:01 +1000)
committerMartin Schwenke <martin@meltin.net>
Thu, 5 Aug 2010 06:01:23 +0000 (16:01 +1000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
tests/simple/42_ctdb_continue.sh

index fffcb9e4332154e7fadc9f2d1d01e0a4e36e9c92..9c9b88f48c6368065370f5272a08184b208b06a8 100755 (executable)
@@ -61,7 +61,7 @@ try_command_on_node 1 $CTDB continue -n $test_node
 
 wait_until_node_has_status $test_node notstopped
 
-if wait_until_no de_has_some_ips "$test_node" ; then
+if wait_until_node_has_some_ips "$test_node" ; then
     echo "OK."
 else
     echo "No IPs moved to node $test_node."