D11873: upgrade: don't use `dd status=none` in the test
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Tue Dec 7 09:06:45 UTC 2021
marmoute created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
This breaks on Windows, so lets use `>2 /dev/null` like in the other tests.
REPOSITORY
rHG Mercurial
BRANCH
stable
REVISION DETAIL
https://phab.mercurial-scm.org/D11873
AFFECTED FILES
tests/test-upgrade-repo.t
CHANGE DETAILS
diff --git a/tests/test-upgrade-repo.t b/tests/test-upgrade-repo.t
--- a/tests/test-upgrade-repo.t
+++ b/tests/test-upgrade-repo.t
@@ -1667,7 +1667,7 @@
$ hg debugformat -v | grep dirstate-v2
dirstate-v2: yes no no
$ hg status
- $ dd status=none bs=12 count=1 if=.hg/dirstate
+ $ dd bs=12 count=1 if=.hg/dirstate 2> /dev/null
dirstate-v2
Downgrade from dirstate-v2
To: marmoute, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
More information about the Mercurial-devel
mailing list