summaryrefslogtreecommitdiff
path: root/tests/fsck-tests/022-qgroup-rescan-halfway/test.sh
blob: 5b114eeb93d17d7c70d3696a3ffc05d2ac91d811 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/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 "."