<p>git discovery: you cannot check a file you do not have permissions to into a library.</p><p>problem: my repo contains a directory of test files. this directory contains a second directory of &quot;invalid&quot; tests, i.e., tests that the program is *expected* to fail on (and if it doesn&#39;t fail cleanly that&#39;s an error). one of the &quot;invalid&quot; tests is a file the program doesn&#39;t have read permissions to.</p><p>I cannot check my &quot;file with no read permissions&quot; test case into the repository :(</p>
Reply