ioctl FIDEDUPERANGE test: skip writing output values

This commit is contained in:
Lluís Batlle i Rossell
2021-01-17 00:43:04 +01:00
parent df831ad71e
commit 12da64be70

View File

@@ -839,12 +839,10 @@ func TestFideduperange(t *testing.T) {
unix.FileDedupeRangeInfo{
Dest_fd: int64(f2.Fd()),
Dest_offset: uint64(0),
Bytes_deduped: uint64(4096),
},
unix.FileDedupeRangeInfo{
Dest_fd: int64(f2.Fd()),
Dest_offset: uint64(4096),
Bytes_deduped: uint64(4096),
},
}}