summaryrefslogtreecommitdiff
path: root/tests/fuzz-tests/004-simple-dump-tree/test.sh
blob: c09b8478869e4464870dab1b9a8c56f0e674f293 (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 dump-tree "$1"
}

check_all_images "$TEST_TOP/fuzz-tests/images"

exit 0