Fix subsequent test runs
Remove potentially existing target file before attempting to copy a new
one. Otherwise, if target file exists, copy operation fails with return
value false
.
Can't all this be leveraged to CMake? Like, generating build artifacts in a filesystem tree equivalent to install locations? Maybe CI could be instructed to run tests after properly installing things?