diff mbox

[1/3] xfs/260: fix output to match actions

Message ID d52b6d08-437b-c7ad-6122-e282c178faa6@sandeen.net (mailing list archive)
State New, archived
Headers show

Commit Message

Eric Sandeen Sept. 20, 2016, 10:15 p.m. UTC
The test creates 30 inodes, but says it created 300.
Just fix that up so the repquota output matches the
comments in the output file.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---


--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Bill O'Donnell Sept. 22, 2016, 2:07 p.m. UTC | #1
On Tue, Sep 20, 2016 at 05:15:47PM -0500, Eric Sandeen wrote:
> The test creates 30 inodes, but says it created 300.
> Just fix that up so the repquota output matches the
> comments in the output file.
> 
> Signed-off-by: Eric Sandeen <sandeen@redhat.com>

Reviewed-by: Bill O'Donnell <billodo@redhat.com>

> ---
> 
> diff --git a/tests/xfs/260 b/tests/xfs/260
> index 70486ac..9c6162b 100755
> --- a/tests/xfs/260
> +++ b/tests/xfs/260
> @@ -93,7 +93,7 @@ do_test()
>  	done
>  	sync
>  
> -	echo "$qname inode quota after create 300 inodes"
> +	echo "$qname inode quota after creating 30 inodes"
>  	$XFS_QUOTA_PROG -x -c "report $type -N -i" $SCRATCH_MNT | _filter_spaces
>  
>  	rm -f ${SCRATCH_MNT}/* >/dev/null 2>&1
> diff --git a/tests/xfs/260.out b/tests/xfs/260.out
> index 4965eeb..0b198bf 100644
> --- a/tests/xfs/260.out
> +++ b/tests/xfs/260.out
> @@ -10,7 +10,7 @@ user blocks quota after write 30M data
>  root 0 20480 20480 00 [--------]
>  fsgqa 30720 40960 40960 00 [--------]
>  
> -user inode quota after create 300 inodes
> +user inode quota after creating 30 inodes
>  root 3 20 20 00 [--------]
>  fsgqa 30 40 40 00 [--------]
>  
> @@ -25,7 +25,7 @@ group blocks quota after write 30M data
>  root 0 20480 20480 00 [--------]
>  fsgqa 30720 40960 40960 00 [--------]
>  
> -group inode quota after create 300 inodes
> +group inode quota after creating 30 inodes
>  root 3 20 20 00 [--------]
>  fsgqa 30 40 40 00 [--------]
>  
> 
> --
> To unsubscribe from this list: send the line "unsubscribe fstests" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/tests/xfs/260 b/tests/xfs/260
index 70486ac..9c6162b 100755
--- a/tests/xfs/260
+++ b/tests/xfs/260
@@ -93,7 +93,7 @@  do_test()
 	done
 	sync
 
-	echo "$qname inode quota after create 300 inodes"
+	echo "$qname inode quota after creating 30 inodes"
 	$XFS_QUOTA_PROG -x -c "report $type -N -i" $SCRATCH_MNT | _filter_spaces
 
 	rm -f ${SCRATCH_MNT}/* >/dev/null 2>&1
diff --git a/tests/xfs/260.out b/tests/xfs/260.out
index 4965eeb..0b198bf 100644
--- a/tests/xfs/260.out
+++ b/tests/xfs/260.out
@@ -10,7 +10,7 @@  user blocks quota after write 30M data
 root 0 20480 20480 00 [--------]
 fsgqa 30720 40960 40960 00 [--------]
 
-user inode quota after create 300 inodes
+user inode quota after creating 30 inodes
 root 3 20 20 00 [--------]
 fsgqa 30 40 40 00 [--------]
 
@@ -25,7 +25,7 @@  group blocks quota after write 30M data
 root 0 20480 20480 00 [--------]
 fsgqa 30720 40960 40960 00 [--------]
 
-group inode quota after create 300 inodes
+group inode quota after creating 30 inodes
 root 3 20 20 00 [--------]
 fsgqa 30 40 40 00 [--------]