Commit 780f3e540fa6492b244ef2750a71e39407526c1e

Russell Belfer 2013-09-04T16:13:18

Make tests take umask into account It seems that libgit2 is correctly applying the umask when initializing a repository from a template and when creating new directories during checkout, but the test suite is not accounting for possible variations due to the umask. This updates that so that the test suite will work regardless of the umask.