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.
--- 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