tests/test-http-bad-server.t
changeset 49248 63fd0282ad40
parent 48874 af0b21d5a930
child 49499 4f36738a869a
--- a/tests/test-http-bad-server.t	Mon May 30 00:45:00 2022 +0200
+++ b/tests/test-http-bad-server.t	Mon May 30 16:18:12 2022 +0200
@@ -386,14 +386,10 @@
   > -p $HGPORT -d --pid-file=hg.pid -E error.log
   $ cat hg.pid > $DAEMON_PIDS
 
-TODO client spews a stack due to uncaught ValueError in batch.results()
-#if no-chg
-  $ hg clone http://localhost:$HGPORT/ clone 2> /dev/null
-  [1]
-#else
-  $ hg clone http://localhost:$HGPORT/ clone 2> /dev/null
+  $ hg clone http://localhost:$HGPORT/ clone
+  abort: unexpected response:
+  '96ee1d7354c4ad7372047672'
   [255]
-#endif
 
   $ killdaemons.py $DAEMON_PIDS