##// END OF EJS Templates
test-acl: avoid $HGTMP on windows...
Patrick Mezard -
r11139:f2c6b981 default
parent child Browse files
Show More
@@ -7,7 +7,7 b' do_push()'
7
7
8 echo "Pushing as user $user"
8 echo "Pushing as user $user"
9 echo 'hgrc = """'
9 echo 'hgrc = """'
10 sed -e 1,2d b/.hg/hgrc | grep -v "$HGTMP"
10 sed -e 1,2d b/.hg/hgrc | grep -v fakegroups.py
11 echo '"""'
11 echo '"""'
12 if test -f acl.config; then
12 if test -f acl.config; then
13 echo 'acl.config = """'
13 echo 'acl.config = """'
General Comments 0
You need to be logged in to leave comments. Login now