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
The make_rev_spec_parse_repos fixture script used `chmod 755` to
make a looose object file writable (so it could be corrupted, to
test the treatment of corrupted objects). But this also made it
executable, which was not needed (on any platforms).
This commit changes it from 755 to 644 so that it is still made
writable, but not made executable. (It does not start out being
executable.) This does not affect the results of any tests.
0 commit comments