Show More
@@ -22,7 +22,7 b' echo % should give a 404 - bad revision' | |||||
22 | "$TESTDIR/get-with-headers.py" localhost:$HGPORT '/file/spam/foo?style=raw' |
|
22 | "$TESTDIR/get-with-headers.py" localhost:$HGPORT '/file/spam/foo?style=raw' | |
23 |
|
23 | |||
24 | echo % should give a 400 - bad command |
|
24 | echo % should give a 400 - bad command | |
25 | "$TESTDIR/get-with-headers.py" localhost:$HGPORT '/file/tip/foo?cmd=spam&style=raw' |
|
25 | "$TESTDIR/get-with-headers.py" localhost:$HGPORT '/file/tip/foo?cmd=spam&style=raw' | sed 's/400.*/400/' | |
26 |
|
26 | |||
27 | echo % should give a 404 - file does not exist |
|
27 | echo % should give a 404 - file does not exist | |
28 | "$TESTDIR/get-with-headers.py" localhost:$HGPORT '/file/tip/bork?style=raw' |
|
28 | "$TESTDIR/get-with-headers.py" localhost:$HGPORT '/file/tip/bork?style=raw' |
General Comments 0
You need to be logged in to leave comments.
Login now