summaryrefslogtreecommitdiff
path: root/tests/fuzz-tests/006-simple-tree-stats/test.sh
blob: 146afa93cc162e587454a588741fff8168850390 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

source "$TEST_TOP/common"

setup_root_helper
check_prereq btrfs

# redefine the one provided by common
check_image() {
	run_mayfail "$TOP/btrfs" inspect-internal tree-stats "$1"
}

check_all_images "$TEST_TOP/fuzz-tests/images"

exit 0