commit | 4673e19d8b477ee25159de5dc8f6c9b89cdfaee7 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Nov 19 17:50:22 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Nov 19 17:50:22 2007 +0000 |
tree | 3648f72d8e62b5d904946b5d55ef8ad2ec763e08 | |
parent | 089816ba0b54df65dfe473051837b1022cb82e8f [diff] |
Fix the OSX failures in this test -- they were due to /tmp being a symlink to /private/tmp. Adding a call to os.path.realpath() to temp_dir() fixed it.