diff --git a/test/TEST-83-BTRFS/deny-list-ubuntu-ci b/test/TEST-83-BTRFS/deny-list-ubuntu-ci deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/test/TEST-83-BTRFS/test.sh b/test/TEST-83-BTRFS/test.sh index 5c32c517e1..72d1244113 100755 --- a/test/TEST-83-BTRFS/test.sh +++ b/test/TEST-83-BTRFS/test.sh @@ -17,6 +17,11 @@ if ! command -v btrfs >/dev/null || ! command -v mkfs.btrfs >/dev/null; then exit 0 fi +if ! btrfs filesystem mkswapfile --help >/dev/null; then + echo "TEST: $TEST_DESCRIPTION [SKIPPED]: 'btrfs filesystem' doesn't support 'mkswapfile' subcommand" >&2 + exit 0 +fi + test_append_files() { install_btrfs image_install sync