changeset 7681:c6f3ff294fe0

tests: fix issue in test-audit-path with HGTMP on OS X
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Thu, 22 Jan 2009 15:22:37 +0100
parents 89c2b78faec4
children 9c8bbae02e9c
files tests/test-audit-path
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-audit-path	Thu Jan 22 14:33:49 2009 +0100
+++ b/tests/test-audit-path	Thu Jan 22 15:22:37 2009 +0100
@@ -43,6 +43,6 @@
 
 echo % attack /tmp/test
 hg manifest -r4
-hg update -Cr4 2>&1 | sed -e "s|$HGTMP|[HGTMP]|"
+hg update -Cr4 2>&1 | sed -e "s|/.*/test-audit-path|[HGTMP]/test-audit-path|"
 
 exit 0