public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fstests: overlay/001, change supported fs from generic to overlay
@ 2016-03-22 12:09 fdmanana
  2016-03-22 12:14 ` Eryu Guan
  0 siblings, 1 reply; 2+ messages in thread
From: fdmanana @ 2016-03-22 12:09 UTC (permalink / raw)
  To: fstests; +Cc: Filipe Manana

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-22 12:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-22 12:09 [PATCH] fstests: overlay/001, change supported fs from generic to overlay fdmanana
2016-03-22 12:14 ` Eryu Guan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox