Mercurial > hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
2437:2f5dbc24874a | 2438:a765f853439d |
---|---|
17 run() | 17 run() |
18 EOF | 18 EOF |
19 | 19 |
20 python dumb.py 2>/dev/null & | 20 python dumb.py 2>/dev/null & |
21 | 21 |
22 http_proxy= hg clone http://localhost:20059/foo copy2 | 22 http_proxy= hg clone http://localhost:20059/foo copy2 2>&1 | \ |
23 sed -e 's/404.*/404/' -e 's/Date:.*/Date:/' | |
23 echo $? | 24 echo $? |
24 | 25 |
25 kill $! | 26 kill $! |