comparison tests/test-hgweb @ 7341:6cb522c5d56a

tests: fix test-hgweb to not leak directory name
author Matt Mackall <mpm@selenic.com>
date Thu, 06 Nov 2008 13:15:35 -0600
parents 2c370f08c486
children fdcde929ce4f
comparison
equal deleted inserted replaced
7340:06a6942554dc 7341:6cb522c5d56a
5 cd test 5 cd test
6 mkdir da 6 mkdir da
7 echo foo > da/foo 7 echo foo > da/foo
8 echo foo > foo 8 echo foo > foo
9 hg ci -Ambase -d '0 0' 9 hg ci -Ambase -d '0 0'
10 hg serve -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log 10 hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
11 cat hg.pid >> $DAEMON_PIDS 11 cat hg.pid >> $DAEMON_PIDS
12 echo % manifest 12 echo % manifest
13 ("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/file/tip/?style=raw') 13 ("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/file/tip/?style=raw')
14 ("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/file/tip/da?style=raw') 14 ("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/file/tip/da?style=raw')
15 15