Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ZTS: fix flakiness in cp_files_002_pos
Overwriting with `dd ... count=0` does not test anything. Then `cp --reflink=always` spuriously succeeds when it shouldn't. ``` 11:25:52.09 SUCCESS: zpool sync testpool 11:25:52.10 SUCCESS: dd if=/dev/urandom of=src.data bs=2048 seek=240 count=0 conv=notrunc 11:25:52.13 ERROR: cp --reflink=always src.data dst.data unexpectedly exited 0 ``` Signed-off-by: Robert Evans <evansr@google.com>
- Loading branch information