diff tests/test-push-http @ 11469:c37f35d7f2f5 stable

http: deliver hook output to client
author Maxim Khitrov <mkhitrov@gmail.com>
date Wed, 30 Jun 2010 18:15:23 -0500
parents ace3cf2bc991
children
line wrap: on
line diff
--- a/tests/test-push-http	Wed Jun 23 13:44:07 2010 +0200
+++ b/tests/test-push-http	Wed Jun 30 18:15:23 2010 -0500
@@ -39,11 +39,9 @@
 echo % expect success
 echo 'allow_push = *' >> .hg/hgrc
 echo '[hooks]' >> .hg/hgrc
-echo 'changegroup = python ../printenv.py changegroup 0 ../urls' >> .hg/hgrc
+echo 'changegroup = python ../printenv.py changegroup 0' >> .hg/hgrc
 req
 
-cat ../urls
-
 hg rollback
 echo % expect authorization error: all users denied
 echo '[web]' > .hg/hgrc