Create an unreadable temp directory for testing PermissionError
Compare changes
We used a random user's home directory for testing how a function behaves when we don't have read access. That directory no longer exists, making the test fail. This is hopefully more reliable than picking another username.
CI