comparison tests/test-bad-pull @ 1948:ebe273a16048

merge with crew/templates
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 13 Mar 2006 23:38:14 +0100
parents 397b62d5dd13
children 2a676ad52c22
comparison
equal deleted inserted replaced
1946:9fee186f7f0d 1948:ebe273a16048
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 hg clone http://localhost:20059/foo copy2 22 http_proxy= hg clone http://localhost:20059/foo copy2
23 echo $? 23 echo $?
24 24
25 kill $! 25 kill $!