Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ZFS: fix spurious failures in mv_files
The test could fail because of a race condition between the files being generated in the background and attempting to move the files. Wait for all file generation to complete before trying to move the files around. Also, clean up the waiting: the 'wait' command without arguments waits for all child pids. Signed-off-by: Chris Dunlop <[email protected]>
- Loading branch information