Index: Lib/lib2to3/tests/test_parser.py =================================================================== --- Lib/lib2to3/tests/test_parser.py (revision 77410) +++ Lib/lib2to3/tests/test_parser.py (working copy) @@ -209,6 +209,6 @@ finally: f.close() try: - return os.system("diff -u %s @" % fn) + return os.system('diff -u "%s" @' % fn) finally: os.remove("@")