summaryrefslogtreecommitdiff
path: root/tests/fuzz-tests/008-simple-chunk-recover/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fuzz-tests/008-simple-chunk-recover/test.sh')
-rwxr-xr-xtests/fuzz-tests/008-simple-chunk-recover/test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fuzz-tests/008-simple-chunk-recover/test.sh b/tests/fuzz-tests/008-simple-chunk-recover/test.sh
index 198f88e2..4b27de0c 100755
--- a/tests/fuzz-tests/008-simple-chunk-recover/test.sh
+++ b/tests/fuzz-tests/008-simple-chunk-recover/test.sh
@@ -11,10 +11,10 @@ check_image() {
image=$1
run_check cp "$image" "$image".scratch
- run_mayfail $TOP/btrfs rescue chunk-recover -y -v "$image".scratch
+ run_mayfail "$TOP/btrfs" rescue chunk-recover -y -v "$image".scratch
rm -- "$image".scratch
}
-check_all_images $TEST_TOP/fuzz-tests/images
+check_all_images "$TEST_TOP/fuzz-tests/images"
exit 0