From: Wang Sheng-Hui Date: Tue, 4 Aug 2015 04:10:44 +0000 (+1000) Subject: generic/288: correct the testcase description X-Git-Tag: v2022.05.01~2861 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ea9e6f58601afbb2ae6d17cbb8b3551567710a91;p=users%2Fhch%2Fxfstests-dev.git generic/288: correct the testcase description The testcase tests 2 corner cases: Length is zero Length is smaller than block size Correct the beginning description by changing "of" to "or". Signed-off-by: Wang Sheng-Hui Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- diff --git a/tests/generic/288 b/tests/generic/288 index 036882855..aed6238bd 100755 --- a/tests/generic/288 +++ b/tests/generic/288 @@ -2,7 +2,7 @@ # FS QA Test No. 288 # # This check the FITRIM argument handling in the corner case where length is -# smaller than block size of zero. +# smaller than block size or zero. # #----------------------------------------------------------------------- # Copyright 2012 (C) Red Hat, Inc., Lukas Czerner