--- a/tests/test-fastannotate-revmap.py Tue Aug 21 21:43:44 2018 -0400 +++ b/tests/test-fastannotate-revmap.py Tue Aug 21 22:34:32 2018 -0400 @@ -11,8 +11,8 @@ def gettemppath(): fd, path = tempfile.mkstemp() + os.close(fd) os.unlink(path) - os.close(fd) return path def ensure(condition):