btrfs-progs/tests/fsck-tests/022-qgroup-rescan-halfway/test.sh
Lakshmipathi.G 467b49ccbb btrfs-progs: tests: add variable quotation to fsck-tests
Signed-off-by: Lakshmipathi.G <Lakshmipathi.G@giis.co.in>
Signed-off-by: David Sterba <dsterba@suse.com>
2017-05-02 16:13:29 +02:00

20 lines
347 B
Bash
Executable file

#!/bin/bash
# check whether btrfsck can detect running qgroup rescan
source "$TOP/tests/common"
check_prereq btrfs
check_image() {
local image
image=$1
run_check_stdout "$TOP/btrfs" check "$image" 2>&1 | \
grep -q "Counts for qgroup id"
if [ $? -eq 0 ]; then
_fail "Btrfs check doesn't detect rescan correctly"
fi
}
check_all_images