Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KCM: Clean the pipe after the test has finished
Tests where sometimes failing because they were opening the pipe while KCM was shutting down. This was happening because tests were successfully opening the pipe because it was left over by the previous instance of KCM. So to avoid this we immediately remove the pipe during teardown. With this, tests will fail to open it and keep trying until it is re-created by the new instance of KCM.
- Loading branch information