summaryrefslogtreecommitdiff
path: root/tests/fuzz-tests/001-simple-check-unmounted/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fuzz-tests/001-simple-check-unmounted/test.sh')
-rwxr-xr-xtests/fuzz-tests/001-simple-check-unmounted/test.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/fuzz-tests/001-simple-check-unmounted/test.sh b/tests/fuzz-tests/001-simple-check-unmounted/test.sh
index 84d7ed83..87a63944 100755
--- a/tests/fuzz-tests/001-simple-check-unmounted/test.sh
+++ b/tests/fuzz-tests/001-simple-check-unmounted/test.sh
@@ -9,10 +9,7 @@ check_prereq btrfs
# redefine the one provided by common
check_image() {
- local image
-
- image=$1
- run_mayfail "$TOP/btrfs" check "$image"
+ run_mayfail "$TOP/btrfs" check "$1"
}
check_all_images "$TEST_TOP/fuzz-tests/images"