diff tests/test-bad-pull @ 2438:a765f853439d

test-bad-pull: fix change in error output.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Thu, 15 Jun 2006 15:42:16 -0700
parents 2a676ad52c22
children d22d730c96ed
line wrap: on
line diff
--- 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 $!