diff -r 51984a2413f2 -r 2c370f08c486 tests/test-hgweb --- a/tests/test-hgweb Sun Mar 23 22:15:47 2008 +0100 +++ b/tests/test-hgweb Sun Mar 23 23:08:18 2008 +0100 @@ -27,6 +27,8 @@ echo % should give a 404 - file does not exist "$TESTDIR/get-with-headers.py" localhost:$HGPORT '/file/tip/bork?style=raw' +"$TESTDIR/get-with-headers.py" localhost:$HGPORT '/file/tip/bork' +"$TESTDIR/get-with-headers.py" localhost:$HGPORT '/diff/tip/bork?style=raw' echo % stop and restart kill `cat hg.pid`