# HG changeset patch # User Patrick Mezard # Date 1273518912 -7200 # Node ID f2c6b9819a6d41582b3e69c991fab766f14f2728 # Parent 99eee847beaab95d134eb425cd1c45b6df2d8a60 test-acl: avoid $HGTMP on windows sed does not like colons and there are other path normalization issues. diff -r 99eee847beaa -r f2c6b9819a6d tests/test-acl --- a/tests/test-acl Mon May 10 21:09:48 2010 +0200 +++ b/tests/test-acl Mon May 10 21:15:12 2010 +0200 @@ -7,7 +7,7 @@ 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 = """'