mirror of
https://github.com/golang/sys.git
synced 2026-02-08 19:56:04 +03:00
ioctl FIDEDUPERANGE test: skip writing output values
This commit is contained in:
@@ -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),
|
||||
},
|
||||
}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user