xfs/{088, 089, 091}: redirect stderr when writing to corrupt fs
[xfstests-dev.git] / tests / xfs / 089
index bcbc6363aac93720c65e43fdebb36e321b8f1196..ad9807699987f0f95c11527994d52c53486569de 100755 (executable)
@@ -80,7 +80,7 @@ echo "+ mount image && modify files"
 if _try_scratch_mount >> $seqres.full 2>&1; then
 
        for x in `seq 1 64`; do
-               $XFS_IO_PROG -f -c "pwrite -S 0x62 0 ${blksz}" "${TESTFILE}.${x}" >> $seqres.full
+               $XFS_IO_PROG -f -c "pwrite -S 0x62 0 ${blksz}" "${TESTFILE}.${x}" >> $seqres.full 2>> $seqres.full
        done
        umount "${SCRATCH_MNT}"
 fi