btrfs-progs: tests: remove trivial use of local variables
[platform/upstream/btrfs-progs.git] / tests / fuzz-tests / 004-simple-dump-tree / test.sh
1 #!/bin/bash
2
3 source "$TEST_TOP/common"
4
5 setup_root_helper
6 check_prereq btrfs
7
8 # redefine the one provided by common
9 check_image() {
10         run_mayfail "$TOP/btrfs" inspect-internal dump-tree "$1"
11 }
12
13 check_all_images "$TEST_TOP/fuzz-tests/images"
14
15 exit 0