changeset 12183 | f64b416b0ac8 |
parent 12181 | 045c9e8db0d8 |
--- a/tests/test-hgweb-no-request-uri Wed Sep 08 15:11:35 2010 +0200 +++ b/tests/test-hgweb-no-request-uri Wed Sep 08 15:23:48 2010 +0200 @@ -23,7 +23,7 @@ print '---- STATUS' print status print '---- HEADERS' - print headers + print [i for i in headers if i[0] != 'ETag'] print '---- DATA' return output.write