# HG changeset patch # User Pierre-Yves David # Date 1709156995 -3600 # Node ID 87d336f9114645e9f6f389ab76158c52314ef573 # Parent 78b4375267156ef89c07c11ad75fe3b117480d55 stream-clone-tests: stop filtering non existent warning This filtering was introduced in 74c004a515bc, however there is already no warning in that changeset. So I guess the warnings existed when we the patch was created but the problem was solved in another changeset that 74c004a515bc, rebased on. diff -r 78b437526715 -r 87d336f91146 tests/test-clone-stream.t --- a/tests/test-clone-stream.t Wed Feb 28 22:46:12 2024 +0100 +++ b/tests/test-clone-stream.t Wed Feb 28 22:49:55 2024 +0100 @@ -580,9 +580,4 @@ $ rm -r empty-repo; hg init empty-repo $ (cd empty-repo; touch x; hg commit -Am empty; hg debugstrip -r 0) > /dev/null $ hg clone -q --stream ssh://user@dummy/empty-repo empty-repo3 - $ hg --cwd empty-repo3 verify -q 2>&1 | grep -v warning - [1] - -The warnings filtered out here are talking about zero-length 'orphan' data files. -Those are harmless, so that's fine. - + $ hg --cwd empty-repo3 verify -q