mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-29 13:28:19 +00:00
Update fs type comment in swap regression test
Signed-off-by: Ryan Lee <ryan.lee@canonical.com>
This commit is contained in:
parent
6d7b5df947
commit
5cd3362a81
@ -33,7 +33,7 @@ swap_file=$tmpdir/swapfile
|
|||||||
fstype=$(stat -f --format '%T' "${tmpdir}")
|
fstype=$(stat -f --format '%T' "${tmpdir}")
|
||||||
if [ "${fstype}" = "tmpfs" ] || [ "${fstype}" = "zfs" ] \
|
if [ "${fstype}" = "tmpfs" ] || [ "${fstype}" = "zfs" ] \
|
||||||
|| [ "${fstype}" = "btrfs" ]; then
|
|| [ "${fstype}" = "btrfs" ]; then
|
||||||
# create a mountpoint not tmpfs or zfs
|
# create a mountpoint not tmpfs, zfs, or btrfs
|
||||||
mount_file=$tmpdir/mountfile
|
mount_file=$tmpdir/mountfile
|
||||||
mount_point=$tmpdir/mountpoint
|
mount_point=$tmpdir/mountpoint
|
||||||
fstype="ext2"
|
fstype="ext2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user