diff -r be49f3fdcd10 -r 8e6f4939a69a tests/test-purge.t --- a/tests/test-purge.t Wed Jul 05 11:09:55 2017 -0500 +++ b/tests/test-purge.t Wed Jul 05 11:10:11 2017 -0500 @@ -49,7 +49,7 @@ $ touch untracked_file $ touch untracked_file_readonly - $ python < import os, stat > f= 'untracked_file_readonly' > os.chmod(f, stat.S_IMODE(os.stat(f).st_mode) & ~stat.S_IWRITE)