summaryrefslogtreecommitdiff
path: root/tests/fuzz-tests/006-simple-tree-stats/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fuzz-tests/006-simple-tree-stats/test.sh')
-rwxr-xr-xtests/fuzz-tests/006-simple-tree-stats/test.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/fuzz-tests/006-simple-tree-stats/test.sh b/tests/fuzz-tests/006-simple-tree-stats/test.sh
index dbed471a..146afa93 100755
--- a/tests/fuzz-tests/006-simple-tree-stats/test.sh
+++ b/tests/fuzz-tests/006-simple-tree-stats/test.sh
@@ -7,12 +7,9 @@ check_prereq btrfs
# redefine the one provided by common
check_image() {
- local image
-
- image=$1
- run_mayfail $TOP/btrfs inspect-internal tree-stats "$image"
+ run_mayfail "$TOP/btrfs" inspect-internal tree-stats "$1"
}
-check_all_images $TEST_TOP/fuzz-tests/images
+check_all_images "$TEST_TOP/fuzz-tests/images"
exit 0