From b05b77923903deb26e5b1bae52da46ff6c1c878e Mon Sep 17 00:00:00 2001 From: Sakshi Bansal Date: Fri, 30 Jan 2015 11:26:07 +0530 Subject: tests: fixing typo errors Change-Id: I8caab03531d74c64dcfa05c35a7daeee646cd2fa BUG: 1075417 Signed-off-by: Sakshi Bansal Reviewed-on: http://review.gluster.org/9507 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur Reviewed-on: http://review.gluster.org/9548 Tested-by: Vijay Bellur --- tests/basic/afr/split-brain-healing.t | 2 +- tests/basic/logchecks.c | 4 ++-- tests/basic/quota.t | 4 ++-- tests/basic/rpm.t | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/basic') diff --git a/tests/basic/afr/split-brain-healing.t b/tests/basic/afr/split-brain-healing.t index 1dc317df8dd..bed33727a22 100644 --- a/tests/basic/afr/split-brain-healing.t +++ b/tests/basic/afr/split-brain-healing.t @@ -156,7 +156,7 @@ EXPECT "0" echo $? $CLI volume heal $V0 split-brain source-brick $H0:$B0/${V0}3 EXPECT "0" echo $? -############### Reading the files should now suceed. ############################### +############### Reading the files should now succeed. ############################### TEST cat file1 TEST cat file2 TEST cat file3 diff --git a/tests/basic/logchecks.c b/tests/basic/logchecks.c index 4f858a7fc07..58b57003640 100644 --- a/tests/basic/logchecks.c +++ b/tests/basic/logchecks.c @@ -147,7 +147,7 @@ main (int argc, char *argv[]) gf_msg ("logchecks", GF_LOG_CRITICAL, 0, logchecks_msg_5); gf_msg ("logchecks", GF_LOG_ALERT, 0, logchecks_msg_11); - /* TEST 4: Check flush, nothing noticable should occur :) */ + /* TEST 4: Check flush, nothing noticeable should occur :) */ gf_msg ("logchecks", GF_LOG_ALERT, 0, logchecks_msg_11); gf_log_flush (); gf_msg ("logchecks", GF_LOG_CRITICAL, 0, logchecks_msg_6); @@ -205,4 +205,4 @@ main (int argc, char *argv[]) unlink (TEST_FILENAME); return 0; -} \ No newline at end of file +} diff --git a/tests/basic/quota.t b/tests/basic/quota.t index 25a5fbfd4a3..47ea832e5e4 100755 --- a/tests/basic/quota.t +++ b/tests/basic/quota.t @@ -116,7 +116,7 @@ EXPECT "150.0MB" hard_limit "/test_dir/in_test_dir"; ################################################### ## ------------------------------------------------ -## +## ## ------------------------------------------------ ################################################### QUOTALIMIT=100 @@ -188,7 +188,7 @@ TEST getfattr -d -m "trusted.glusterfs.quota.limit-set" -e hex \ --absolute-names $B0/brick{3,4}; ## ------------------------------------------------- -## +## ## ------------------------------------------------- EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" force_umount $N0 diff --git a/tests/basic/rpm.t b/tests/basic/rpm.t index bbe3f464477..e5da49bb7e0 100755 --- a/tests/basic/rpm.t +++ b/tests/basic/rpm.t @@ -108,7 +108,7 @@ ${MOCK_CMD} EOF chmod +x mock-${EPEL_RELEASE}.sh - # root can not run 'mock', it needs to drop priviledges + # root can not run 'mock', it needs to drop privileges if (groups | grep -q mock) then # the current user is in group 'mock' -- cgit