Mercurial > hg
view tests/test-hgweb-filelog @ 7512:0d488f7f321d
Fix test-acl failure on AIX due to read only LOGNAME.
On AIX /etc/profile sets LOGNAME read only. This causes test-acl to
fail when it comes to set LOGNAME in do_push().
Work around this by using env to set LOGNAME and run the command.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Thu, 04 Dec 2008 13:42:47 +0000 |
parents | 591767e6ea7a |
children | 069b29656401 |
line wrap: on
line source
hg init test cd test echo b > b hg ci -Am "b" echo a > a hg ci -Am "first a" hg rm a hg ci -m "del a" echo b > a hg ci -Am "second a" hg rm a hg ci -m "del2 a" hg log -p hg serve -n test -p $HGPORT -d --pid-file=hg.pid -E errors.log cat hg.pid >> $DAEMON_PIDS echo % tip - two revisions ("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/log/tip/a') echo % second version - two revisions ("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/log/3/a') echo % first deleted - one revision ("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/log/2/a') echo % first version - one revision ("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/log/1/a') echo % before addition - error ("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/log/0/a') echo % errors cat errors.log