From 63e4532f3b30c9790143ec88faafdffc0fe63548 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 10 Oct 2023 20:06:26 +0200 Subject: [PATCH] btrfs-progs: tests: fix description of mkfs/024-fst-bitmaps Signed-off-by: David Sterba --- tests/mkfs-tests/024-fst-bitmaps/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mkfs-tests/024-fst-bitmaps/test.sh b/tests/mkfs-tests/024-fst-bitmaps/test.sh index e97eed5f..030fc253 100755 --- a/tests/mkfs-tests/024-fst-bitmaps/test.sh +++ b/tests/mkfs-tests/024-fst-bitmaps/test.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Basic check if mkfs supports the runtime feature free-space-tree +# Check that free-space-tree does not create space bitmaps on an empty filesystem source "$TEST_TOP/common" || exit