Commit 058f69fb authored by Morris Jette's avatar Morris Jette
Browse files

Fix race condition in tests

Parallel "cp -f src dst" could fail with file exists if run more
  than once at the same time on the same file. Replace wtih
  "rm; sleep 5; cp"
parent 1b9c5218
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment