xfs/{088, 089, 091}: redirect stderr when writing to corrupt fs
[xfstests-dev.git] / tests / xfs / 088
index 74b45163ad1e98f8a77e3255cb6c8dc779ab643c..d8ca877a08edb28a609891eab477dfc9e77abfab 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