From 6f6c4716244724b6462f5f7d54e6406a715a4a35 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Wed, 25 Feb 2015 15:35:56 +1100 Subject: [PATCH] btrfs/049: btrfs test, not generic It's not much fun to run btrfs-specific tests on non-btrfs filesystems. ;) > EXT4-fs (dm-12): Unrecognized mount option "inode_cache" or missing value Signed-off-by: Eric Sandeen Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- tests/btrfs/049 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/btrfs/049 b/tests/btrfs/049 index 3101d094..5b17a773 100755 --- a/tests/btrfs/049 +++ b/tests/btrfs/049 @@ -46,7 +46,7 @@ _cleanup() . ./common/dmflakey # real QA test starts here -_supported_fs generic +_supported_fs btrfs _supported_os Linux _need_to_be_root _require_scratch -- 2.39.5