# HG changeset patch # User Benoit Boissinot # Date 2008-12-13 12:28:20 # Node ID dd66d161a14bee7671ccf9ec8fe5cd48bdad5677 # Parent f43a8b0ca3e8dcbfd86f5c3740a348fa72c93698 # Parent 0d488f7f321d217cdf303f500661b542e522a9e2 merge with -stable diff --git a/tests/test-acl b/tests/test-acl --- a/tests/test-acl +++ b/tests/test-acl @@ -14,7 +14,11 @@ do_push() cat acl.config echo '"""' fi - LOGNAME=$user hg --cwd a --debug push ../b + # On AIX /etc/profile sets LOGNAME read-only. So + # LOGNAME=$user hg --cws a --debug push ../b + # fails with "This variable is read only." + # Use env to work around this. + env LOGNAME=$user hg --cwd a --debug push ../b hg --cwd b rollback hg --cwd b --quiet tip echo