diff -r 3e5f1fb2aec7 -r 63fd0282ad40 tests/test-http-bad-server.t --- 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