comparison tests/test-acl @ 11461:2b83c26b29f3 stable

test-acl: don't use $PWD solaris ....
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 28 Jun 2010 23:23:55 +0200
parents 1f26cf0a3663
children
comparison
equal deleted inserted replaced
11460:9e250c145c38 11461:2b83c26b29f3
42 [hooks] 42 [hooks]
43 pretxnchangegroup.acl = python:hgext.acl.hook 43 pretxnchangegroup.acl = python:hgext.acl.hook
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
51 hg init a 51 hg init a
52 cd a 52 cd a