xfs/097: Remove wrong broken assignment operation
[xfstests-dev.git] / tests / xfs / 097
index 1cb7d69c5be055026a70825921d1d9b7d756ae20..207917385fac0763fb88a95eb9537c00deeb65f0 100755 (executable)
@@ -81,8 +81,6 @@ done
 echo "+ mount image && modify files"
 broken=1
 if _try_scratch_mount >> $seqres.full 2>&1; then
-
-       broken=0
        for x in `seq 65 70`; do
                touch "${TESTFILE}.${x}" 2> /dev/null && broken=0
        done