[Updated] D11754: tests: dd status=noxfer is not portable (issue6523)
wiz (Thomas Klausner)
phabricator at mercurial-scm.org
Mon Nov 15 16:45:35 UTC 2021
Closed by commit rHG141e38ef8d8f: tests: dd status=noxfer is not portable (issue6523) (authored by wiz).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11754?vs=31064&id=31069
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11754/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11754
AFFECTED FILES
tests/test-persistent-nodemap.t
CHANGE DETAILS
diff --git a/tests/test-persistent-nodemap.t b/tests/test-persistent-nodemap.t
--- a/tests/test-persistent-nodemap.t
+++ b/tests/test-persistent-nodemap.t
@@ -988,9 +988,10 @@
$ datafilepath=`ls corruption-test-repo/.hg/store/00changelog*.nd`
$ f -s $datafilepath
corruption-test-repo/.hg/store/00changelog-*.nd: size=121088 (glob)
- $ dd if=$datafilepath bs=1000 count=10 of=$datafilepath-tmp status=noxfer
+ $ dd if=$datafilepath bs=1000 count=10 of=$datafilepath-tmp
10+0 records in
10+0 records out
+ * bytes * (glob)
$ mv $datafilepath-tmp $datafilepath
$ f -s $datafilepath
corruption-test-repo/.hg/store/00changelog-*.nd: size=10000 (glob)
To: wiz, #hg-reviewers, Alphare
Cc: Alphare, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20211115/7f0a7a5c/attachment-0002.html>
More information about the Mercurial-patches
mailing list