##// END OF EJS Templates
test-acl: don't use $PWD...
Mads Kiilerich -
r11461:2b83c26b stable
parent child Browse files
Show More
@@ -44,7 +44,7 b' pretxnchangegroup.acl = python:hgext.acl'
44 [acl]
44 [acl]
45 sources = push
45 sources = push
46 [extensions]
46 [extensions]
47 f=$PWD/fakegroups.py
47 f=`pwd`/fakegroups.py
48 EOF
48 EOF
49 }
49 }
50
50
General Comments 0
You need to be logged in to leave comments. Login now