# HG changeset patch # User Patrick Mezard # Date 2010-05-10 19:15:12 # Node ID f2c6b9819a6d41582b3e69c991fab766f14f2728 # Parent 99eee847beaab95d134eb425cd1c45b6df2d8a60 test-acl: avoid $HGTMP on windows sed does not like colons and there are other path normalization issues. diff --git a/tests/test-acl b/tests/test-acl --- a/tests/test-acl +++ b/tests/test-acl @@ -7,7 +7,7 @@ do_push() echo "Pushing as user $user" echo 'hgrc = """' - sed -e 1,2d b/.hg/hgrc | grep -v "$HGTMP" + sed -e 1,2d b/.hg/hgrc | grep -v fakegroups.py echo '"""' if test -f acl.config; then echo 'acl.config = """'