diff options
-rwxr-xr-x | ctdb/tests/simple/75_readonly_records_basic.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/simple/75_readonly_records_basic.sh b/ctdb/tests/simple/75_readonly_records_basic.sh index db5b79275a..f243ea1e21 100755 --- a/ctdb/tests/simple/75_readonly_records_basic.sh +++ b/ctdb/tests/simple/75_readonly_records_basic.sh @@ -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 } |