Mercurial > hg
changeset 11139:f2c6b9819a6d
test-acl: avoid $HGTMP on windows
sed does not like colons and there are other path normalization issues.
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Mon, 10 May 2010 21:15:12 +0200 |
parents | 99eee847beaa |
children | 1f26cf0a3663 |
files | tests/test-acl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 = """'