diff mbox series

generic/553: fix test description

Message ID 20190610194545.8146-1-amir73il@gmail.com (mailing list archive)
State Accepted
Headers show
Series generic/553: fix test description | expand

Commit Message

Amir Goldstein June 10, 2019, 7:45 p.m. UTC
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(-)

Comments

Darrick J. Wong June 11, 2019, 3:18 a.m. UTC | #1
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 mbox series

Patch

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