Message ID | 20190610194545.8146-1-amir73il@gmail.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | generic/553: fix test description | expand |
On Mon, Jun 10, 2019 at 10:45:45PM +0300, Amir Goldstein wrote: > The test only checks copy to immutable file > > Signed-off-by: Amir Goldstein <amir73il@gmail.com> Looks ok, Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> --D > --- > tests/generic/553 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/generic/553 b/tests/generic/553 > index efe25d84..117c0ad5 100755 > --- a/tests/generic/553 > +++ b/tests/generic/553 > @@ -4,7 +4,7 @@ > # > # FS QA Test No. 553 > # > -# Check that we cannot copy_file_range() to/from an immutable file > +# Check that we cannot copy_file_range() to an immutable file > # > seq=`basename $0` > seqres=$RESULT_DIR/$seq > -- > 2.17.1 >
diff --git a/tests/generic/553 b/tests/generic/553 index efe25d84..117c0ad5 100755 --- a/tests/generic/553 +++ b/tests/generic/553 @@ -4,7 +4,7 @@ # # FS QA Test No. 553 # -# Check that we cannot copy_file_range() to/from an immutable file +# Check that we cannot copy_file_range() to an immutable file # seq=`basename $0` seqres=$RESULT_DIR/$seq
The test only checks copy to immutable file Signed-off-by: Amir Goldstein <amir73il@gmail.com> --- tests/generic/553 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)