On Tue, Feb 13, 2024 at 03:13:25PM +0800, Guoyu Ou wrote:
> Signed-off-by: Guoyu Ou <[email protected]>
Thanks! Applied.
> ---
> tests/bcachefs/subvol.ktest | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/tests/bcachefs/subvol.ktest b/tests/bcachefs/subvol.ktest
> index 1915d84..4a50da2 100755
> --- a/tests/bcachefs/subvol.ktest
> +++ b/tests/bcachefs/subvol.ktest
> @@ -718,4 +718,22 @@ test_subvol_mv()
> bcachefs fsck ${ktest_scratch_dev[0]}
> }
>
> +test_subvol_rmdir_empty_snapshot()
> +{
> + run_quiet "" bcachefs format -f ${ktest_scratch_dev[0]}
> + mount -t bcachefs ${ktest_scratch_dev[0]} /mnt
> +
> + cd /mnt
> + bcachefs subvolume create ./sub
> + cd sub
> + bcachefs subvolume create ./sub2
> + bcachefs subvolume snapshot . ./snap
> + rmdir ./snap
> +
> + cd /
> + umount /mnt
> +
> + bcachefs fsck ${ktest_scratch_dev[0]}
> +}
> +
> main "$@"
> --
> 2.43.0
>