01c7b628d58a9db49fa258ba81712e958c6aa4f3
[platform/upstream/btrfs-progs.git] / tests / fuzz-tests / 005-simple-dump-super / 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         local image
11
12         image=$1
13         run_mayfail $TOP/btrfs inspect-internal dump-super "$image"
14         run_mayfail $TOP/btrfs inspect-internal dump-super -Ffa "$image"
15 }
16
17 check_all_images $TEST_TOP/fuzz-tests/images
18
19 exit 0