summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-11-27 11:40:53 +0100
committerMartin Schwenke <martins@samba.org>2013-11-28 07:31:12 +0100
commit3e083f96ff02cbf419513e16a200e8d4d0c2c227 (patch)
treebfef7a745a86c7e318d6c56c12692a96ba5583a8
parent70f469e05e279e29980df2af10dd89c53001b236 (diff)
downloadsamba-3e083f96ff02cbf419513e16a200e8d4d0c2c227.tar.gz
samba-3e083f96ff02cbf419513e16a200e8d4d0c2c227.tar.xz
samba-3e083f96ff02cbf419513e16a200e8d4d0c2c227.zip
ctdb:tests:76_ctdb_pdb_recovery: fix a typo in a message
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
-rwxr-xr-xctdb/tests/simple/76_ctdb_pdb_recovery.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/simple/76_ctdb_pdb_recovery.sh b/ctdb/tests/simple/76_ctdb_pdb_recovery.sh
index 9890e878be..03c4d338f8 100755
--- a/ctdb/tests/simple/76_ctdb_pdb_recovery.sh
+++ b/ctdb/tests/simple/76_ctdb_pdb_recovery.sh
@@ -92,7 +92,7 @@ do_test
if try_command_on_node 0 $CTDB pfetch $TESTDB test1 ; then
echo "GOOD: Record was not deleted (recovery by RSN worked)"
else
- echo "BAD: Record was not deleted"
+ echo "BAD: Record was deleted"
status=1
fi