diff options
author | Amitay Isaacs <amitay@gmail.com> | 2012-04-23 15:53:29 +1000 |
---|---|---|
committer | Amitay Isaacs <amitay@gmail.com> | 2012-05-01 12:09:38 +1000 |
commit | ec72e30b8f12bbf7f802546b29820ca9637e9068 (patch) | |
tree | ababb3e246f7198a98fb219f06ebcb86a2161860 | |
parent | 7a1aa560e757bd23848292f9c8d8613cea203f41 (diff) | |
download | samba-ec72e30b8f12bbf7f802546b29820ca9637e9068.tar.gz samba-ec72e30b8f12bbf7f802546b29820ca9637e9068.tar.xz samba-ec72e30b8f12bbf7f802546b29820ca9637e9068.zip |
tests/simple: Fix typo in the test message
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
(This used to be ctdb commit c642b452e7b0272e32c02509ac579b790d9a03e7)
-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 } |