]> granicus.if.org Git - python/commit
Fix the OSX failures in this test -- they were due to /tmp being a symlink
authorGuido van Rossum <guido@python.org>
Mon, 19 Nov 2007 17:50:22 +0000 (17:50 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 Nov 2007 17:50:22 +0000 (17:50 +0000)
commit4673e19d8b477ee25159de5dc8f6c9b89cdfaee7
tree3648f72d8e62b5d904946b5d55ef8ad2ec763e08
parent089816ba0b54df65dfe473051837b1022cb82e8f
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.
Lib/test/test_cmd_line_script.py