[Updated] D11755: tests: use more portable mkdir -p instead of --parents (issue6591)

wiz (Thomas Klausner) phabricator at mercurial-scm.org
Mon Nov 15 11:28:19 UTC 2021


Closed by commit rHGd3222525bc8e: tests: use more portable mkdir -p instead of --parents (issue6591) (authored by wiz).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D11755?vs=31063&id=31068

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D11755/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D11755

AFFECTED FILES
  tests/test-clone-stream.t

CHANGE DETAILS

diff --git a/tests/test-clone-stream.t b/tests/test-clone-stream.t
--- a/tests/test-clone-stream.t
+++ b/tests/test-clone-stream.t
@@ -96,7 +96,7 @@
 
 name causing issue6581
 
-  $ mkdir --parents container/isam-build-centos7/
+  $ mkdir -p container/isam-build-centos7/
   $ touch container/isam-build-centos7/bazel-coverage-generator-sandboxfs-compatibility-0758e3e4f6057904d44399bd666faba9e7f40686.patch
 
 Add all that



To: wiz, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20211115/ffe04314/attachment-0002.html>


More information about the Mercurial-patches mailing list