diff options
Diffstat (limited to 'tests/ubi-tests/ubi-stress-test.sh.in')
-rwxr-xr-x | tests/ubi-tests/ubi-stress-test.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ubi-tests/ubi-stress-test.sh.in b/tests/ubi-tests/ubi-stress-test.sh.in index 42ccec5..657ef4b 100755 --- a/tests/ubi-tests/ubi-stress-test.sh.in +++ b/tests/ubi-tests/ubi-stress-test.sh.in @@ -117,7 +117,7 @@ run_test() fm_param= elif [ "$fm_supported" = "yes" ]; then fastmap="disabled" - fm_param="fm_auto" + fm_param="fm_autoconvert" else echo "Fastmap is not supported, skip" return 0 |