summaryrefslogtreecommitdiff
path: root/tests/fsck-tests/022-qgroup-rescan-halfway/test.sh
blob: dcdc1b424952dfd676c8581284569785d784fe9e (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