diff mbox series

[v4,5/5] btrfs/219: add to the auto group

Message ID b1363af84d3204be7b0cb5ad551292202b6c5a2b.1698712764.git.anand.jain@oracle.com (mailing list archive)
State New, archived
Headers show
Series [v4,1/5] common/rc: _fs_sysfs_dname fetch fsid using btrfs tool | expand

Commit Message

Anand Jain Nov. 2, 2023, 11:28 a.m. UTC
Add this test case back to the auto group which reverts the
commit e2e7b549380a ("fstests: btrfs/219: remove it from auto group") since
the previously missing kernel commit 5f58d783fd78 ("btrfs: free device in
btrfs_close_devices for a single device filesystem") has already been
integrated.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: Filipe Manana <fdmanana@suse.com>
---
v3: A split from the patch 5/6.

 tests/btrfs/219 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tests/btrfs/219 b/tests/btrfs/219
index 0bbfd6949cc8..9da835dcab10 100755
--- a/tests/btrfs/219
+++ b/tests/btrfs/219
@@ -12,7 +12,7 @@ 
 #
 
 . ./common/preamble
-_begin_fstest quick volume
+_begin_fstest auto quick volume
 
 # Override the default cleanup function.
 _cleanup()