From 5267a7eb14fec74938f295ea4f225cf544a8a04c Mon Sep 17 00:00:00 2001 From: Ryan Lee Date: Mon, 16 Dec 2024 12:51:30 -0800 Subject: [PATCH] Update fs type comment in swap regression test Signed-off-by: Ryan Lee (cherry picked from commit 5cd3362a81e5195d6364e3d5871a9608af6a30dd) Signed-off-by: John Johansen --- tests/regression/apparmor/swap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression/apparmor/swap.sh b/tests/regression/apparmor/swap.sh index 218901188..b12553ea6 100755 --- a/tests/regression/apparmor/swap.sh +++ b/tests/regression/apparmor/swap.sh @@ -33,7 +33,7 @@ swap_file=$tmpdir/swapfile fstype=$(stat -f --format '%T' "${tmpdir}") if [ "${fstype}" = "tmpfs" ] || [ "${fstype}" = "zfs" ] \ || [ "${fstype}" = "btrfs" ]; then - # create a mountpoint not tmpfs or zfs + # create a mountpoint not tmpfs, zfs, or btrfs mount_file=$tmpdir/mountfile mount_point=$tmpdir/mountpoint fstype="ext2"