btrfs-progs: tests: split test 004 to separate tests
[platform/upstream/btrfs-progs.git] / tests / fuzz-tests / 006-simple-tree-stats / test.sh
1 #!/bin/bash
2
3 source $TOP/tests/common
4
5 setup_root_helper
6 check_prereq btrfs
7
8 # redefine the one provided by common
9 check_image() {
10         local image
11
12         image=$1
13         run_mayfail $TOP/btrfs inspect-internal tree-stats "$image"
14 }
15
16 check_all_images $TOP/tests/fuzz-tests/images
17
18 exit 0