diff mbox

fstests: overlay/001, change supported fs from generic to overlay

Message ID 1458648571-4468-1-git-send-email-fdmanana@kernel.org (mailing list archive)
State New, archived
Headers show

Commit Message

Filipe Manana March 22, 2016, 12:09 p.m. UTC
From: Filipe Manana <fdmanana@suse.com>

The supported fs was set to generic by mistake, so fix it by setting it
to the proper type 'overlay'.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
---
 tests/overlay/001 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Eryu Guan March 22, 2016, 12:14 p.m. UTC | #1
On Tue, Mar 22, 2016 at 12:09:31PM +0000, fdmanana@kernel.org wrote:
> From: Filipe Manana <fdmanana@suse.com>
> 
> The supported fs was set to generic by mistake, so fix it by setting it
> to the proper type 'overlay'.
> 
> Signed-off-by: Filipe Manana <fdmanana@suse.com>

Thanks for fixing it!

Reviewed-by: Eryu Guan <eguan@redhat.com>

> ---
>  tests/overlay/001 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/overlay/001 b/tests/overlay/001
> index 6eae737..7be9ae5 100755
> --- a/tests/overlay/001
> +++ b/tests/overlay/001
> @@ -47,7 +47,7 @@ _cleanup()
>  rm -f $seqres.full
>  
>  # real QA test starts here
> -_supported_fs generic
> +_supported_fs overlay
>  _supported_os Linux
>  _require_scratch
>  
> -- 
> 2.7.0.rc3
> 
> --
> 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/overlay/001 b/tests/overlay/001
index 6eae737..7be9ae5 100755
--- a/tests/overlay/001
+++ b/tests/overlay/001
@@ -47,7 +47,7 @@  _cleanup()
 rm -f $seqres.full
 
 # real QA test starts here
-_supported_fs generic
+_supported_fs overlay
 _supported_os Linux
 _require_scratch