aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnand Jain <anand.jain@oracle.com>2023-11-02 19:28:22 +0800
committerZorro Lang <zlang@kernel.org>2023-11-16 10:42:39 +0800
commit47737bd3decfb4ee63ca6ae2cc053af816c68df2 (patch)
treeace9814ee96863ce5aeff8bebf2fe2b99916d8a1
parent6a466743cd1748e3eba0f8e949d6e5d53693e1f0 (diff)
downloadxfstests-dev-47737bd3decfb4ee63ca6ae2cc053af816c68df2.tar.gz
btrfs/219: add to the auto group
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> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rwxr-xr-xtests/btrfs/2192
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/btrfs/219 b/tests/btrfs/219
index 0bbfd6949c..9da835dcab 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()