You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2019. It is now read-only.
The tests create files like
/tmp/sfcmt/.foo.crc
These are owned by the first person to do the tests, so might not be created or manipulated by the second person to run the tests.
Suggested change, write to
/tmp/[username]/sfcmt/.foo.crc
(I suppose I should create a patch for something so trivial)