# HG changeset patch # User Vadim Gelfer # Date 1150411336 25200 # Node ID a765f853439d44ff765e75adcef2d7b492b08d3c # Parent 2f5dbc24874aba2e1bdaeca1fabfef6283e8a3c4 test-bad-pull: fix change in error output. diff -r 2f5dbc24874a -r a765f853439d tests/test-bad-pull --- a/tests/test-bad-pull Thu Jun 15 15:36:23 2006 -0700 +++ b/tests/test-bad-pull Thu Jun 15 15:42:16 2006 -0700 @@ -19,7 +19,8 @@ python dumb.py 2>/dev/null & -http_proxy= hg clone http://localhost:20059/foo copy2 +http_proxy= hg clone http://localhost:20059/foo copy2 2>&1 | \ + sed -e 's/404.*/404/' -e 's/Date:.*/Date:/' echo $? kill $! diff -r 2f5dbc24874a -r a765f853439d tests/test-bad-pull.out --- a/tests/test-bad-pull.out Thu Jun 15 15:36:23 2006 -0700 +++ b/tests/test-bad-pull.out Thu Jun 15 15:42:16 2006 -0700 @@ -1,5 +1,9 @@ abort: error: Connection refused 255 copy: No such file or directory -abort: HTTP Error 404: File not found -255 +abort: HTTP Error 404 +Date: +Content-Type: text/html +Connection: close + +0