[PATCH] test-acl: don't use $PWD

Mads Kiilerich mads at kiilerich.com
Mon Jun 28 16:24:15 CDT 2010


# HG changeset patch
# User Mads Kiilerich <mads at kiilerich.com>
# Date 1277760235 -7200
# Branch stable
# Node ID 276b82badf2919f7ec9db78a92edbe1119ba6dbd
# Parent  e83f08883aab2d2e2133d8a094d62cd1239e93e5
test-acl: don't use $PWD

solaris ....

diff --git a/tests/test-acl b/tests/test-acl
--- a/tests/test-acl
+++ b/tests/test-acl
@@ -44,7 +44,7 @@
 [acl]
 sources = push
 [extensions]
-f=$PWD/fakegroups.py
+f=`pwd`/fakegroups.py
 EOF
 }
 


More information about the Mercurial-devel mailing list