btrfs-progs: tests: add shell quoting to fuzz test scripts
[platform/upstream/btrfs-progs.git] / tests / fuzz-tests / 006-simple-tree-stats / test.sh
index dbed471..cb82e2c 100755 (executable)
@@ -10,9 +10,9 @@ check_image() {
        local image
 
        image=$1
-       run_mayfail $TOP/btrfs inspect-internal tree-stats "$image"
+       run_mayfail "$TOP/btrfs" inspect-internal tree-stats "$image"
 }
 
-check_all_images $TEST_TOP/fuzz-tests/images
+check_all_images "$TEST_TOP/fuzz-tests/images"
 
 exit 0