]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
generic/288: correct the testcase description
authorWang Sheng-Hui <shhuiw@foxmail.com>
Tue, 4 Aug 2015 04:10:44 +0000 (14:10 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 4 Aug 2015 04:10:44 +0000 (14:10 +1000)
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 <shhuiw@foxmail.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
tests/generic/288

index 0368828557e4372eacaf6d5b3b28177aa194e02d..aed6238bd70d96f79aee81d996084f7d25a3d3c2 100755 (executable)
@@ -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 <lczerner@redhat.com>