1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

tests/simple: Fix typo in the test message

Signed-off-by: Amitay Isaacs <amitay@gmail.com>

(This used to be ctdb commit c642b452e7b0272e32c02509ac579b790d9a03e7)
This commit is contained in:
Amitay Isaacs 2012-04-23 15:53:29 +10:00
parent 7a1aa560e7
commit ec72e30b8f

View File

@ -71,7 +71,7 @@ try_command_on_node -q 0,1,2 $CTDB_TEST_WRAPPER "ctdb_fetch_readonly_once </dev/
# no delegations should have been created
numreadonly=`try_command_on_node -v all $CTDB_TEST_WRAPPER ctdb cattdb test.tdb | grep READONLY | wc -l`
[ "$numreadonly" != "0" ] && {
echo "BAD: readonly delegations were created byt the feature is not activated on the database"
echo "BAD: readonly delegations were created, but the feature is not activated on the database"
exit 1
}