Skip to content
Snippets Groups Projects
Commit 87d336f9 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

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.
parent 78b43752
No related branches found
No related tags found
2 merge requests!870Merge default into stable,!797Simplify the test-stream-clone tests.
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment