Message ID | 20170308115410.11346-1-eguan@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/tests/ext4/308 b/tests/ext4/308 index 74bfc1b..4a811af 100755 --- a/tests/ext4/308 +++ b/tests/ext4/308 @@ -43,6 +43,7 @@ _cleanup() # real QA test starts here _supported_os Linux +_supported_fs ext4 _require_scratch _require_defrag _require_xfs_io_command "falloc"
There's no supported fs check in this test, it will run on all filesystems. Let's add it back. Signed-off-by: Eryu Guan <eguan@redhat.com> --- tests/ext4/308 | 1 + 1 file changed, 1 insertion(+)