# HG changeset patch # User Jim Correia # Date 2009-01-25 19:12:41 # Node ID 5fb312ba29a811e0a9b3652757c4bc66a8cdfbcc # Parent dd08e1e0cea1336b75f9966e63c055f2b5fb80bf Account for symlinks when setting up HGTMP. On Mac OS X, several top-level directories are actually symlinks into /private. When setting up HGTMP, expand the symlinks so that later comparisons to or substituations with the actual path work as expected. diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -465,7 +465,8 @@ os.environ["EMAIL"] = "Foo Bar