# HG changeset patch # User Martin Geisler # Date 1272724527 -7200 # Node ID a869a6a42c9e61d4a3fc5db615e9c287b35c9f66 # Parent 355a7535bcac78bcd7a9778b01c98f4ffeb1e87e test-acl: grep for $HGTMP, not /tmp/ diff -r 355a7535bcac -r a869a6a42c9e tests/test-acl --- a/tests/test-acl Sat May 01 16:15:27 2010 +0200 +++ b/tests/test-acl Sat May 01 16:35:27 2010 +0200 @@ -7,7 +7,7 @@ echo "Pushing as user $user" echo 'hgrc = """' - sed -e 1,2d b/.hg/hgrc | grep -v /tmp/ + sed -e 1,2d b/.hg/hgrc | grep -v "$HGTMP" echo '"""' if test -f acl.config; then echo 'acl.config = """'