common/fuzzy: online re-scrub should not preen
[xfstests-dev.git] / common / fuzzy
index 8453c29fc9e36097ce72c5a10d04893ba813a3c2..86492687bfe55cbae4589613a5bf04a5d9579945 100644 (file)
@@ -274,7 +274,7 @@ __scratch_xfs_fuzz_field_test() {
                # which scrub doesn't know how to fix.
                echo "++ Online scrub"
                if [ "$1" != "sb 0" ]; then
-                       _scratch_scrub -e continue 2>&1
+                       _scratch_scrub -n -e continue 2>&1
                        res=$?
                        test $res -ne 0 && \
                                (>&2 echo "online re-scrub ($res) with ${field} = ${fuzzverb}.")