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.
Showing
Please register or sign in to comment
to /private/tmp. Adding a call to os.path.realpath() to temp_dir() fixed it.