generic/322: fix bad xfs_io sync_range command
[xfstests-dev.git] / tests / generic / 322
index 2afd7127fd616e53a9de8badc23b96536b8df603..0b5249b1813ecb06a80a900dcd2b861e343bc091 100755 (executable)
@@ -45,7 +45,7 @@ _rename_test()
        echo "fsync rename test"
        _mount_flakey
        $XFS_IO_PROG -f -c "pwrite 0 1M" -c "fsync" $SCRATCH_MNT/foo \
-               > $seqres.full 2>&1 || _fail "xfs_io failed"
+               >> $seqres.full 2>&1
        mv $SCRATCH_MNT/foo $SCRATCH_MNT/bar
        $XFS_IO_PROG -c "fsync" $SCRATCH_MNT/bar
        md5sum $SCRATCH_MNT/bar | _filter_scratch
@@ -65,7 +65,7 @@ _write_after_fsync_rename_test()
        echo "fsync rename test"
        _mount_flakey
        $XFS_IO_PROG -f -c "pwrite 0 1M" -c "fsync" -c "pwrite 2M 1M" \
-               -c "sync_range -b" $SCRATCH_MNT/foo > $seqres.full 2>&1 || _fail "xfs_io failed"
+               -c "sync_range -b 2M 1M" $SCRATCH_MNT/foo >> $seqres.full 2>&1
        mv $SCRATCH_MNT/foo $SCRATCH_MNT/bar
        $XFS_IO_PROG -c "fsync" $SCRATCH_MNT/bar
        md5sum $SCRATCH_MNT/bar | _filter_scratch