# HG changeset patch # User Jun Wu # Date 1506620273 25200 # Node ID 98b35921691504a4eaad97c1efac75ad3493d9d2 # Parent a667f0ca1d5fa8b80006fc4030ded936b47d3e83 test-patchbomb: fix the test With the experimental config `progress.estimate` removed, the progress output in `test-patchbomb.t` has a minor change: it shows ETA since the beginning. (This could be folded into f428c3) diff --git a/tests/test-patchbomb.t b/tests/test-patchbomb.t --- a/tests/test-patchbomb.t +++ b/tests/test-patchbomb.t @@ -333,10 +333,10 @@ sending [ ] 0/3\r (no-eol) (esc) \r (no-eol) (esc) \r (no-eol) (esc) - sending [==============> ] 1/3\r (no-eol) (esc) + sending [============> ] 1/3 01s\r (no-eol) (esc) \r (no-eol) (esc) \r (no-eol) (esc) - sending [=============================> ] 2/3\r (no-eol) (esc) + sending [==========================> ] 2/3 01s\r (no-eol) (esc) \r (esc) sending [PATCH 0 of 2] test ... sending [PATCH 1 of 2] a ...