From: Anand Jain Date: Thu, 2 Nov 2023 11:28:22 +0000 (+0800) Subject: btrfs/219: add to the auto group X-Git-Tag: v2023.11.19~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=47737bd3decfb4ee63ca6ae2cc053af816c68df2;p=xfstests-dev.git 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 Reviewed-by: Filipe Manana Signed-off-by: Zorro Lang --- diff --git a/tests/btrfs/219 b/tests/btrfs/219 index 0bbfd694..9da835dc 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()