D996: tests: use readlink.py instead of readlink
durin42 (Augie Fackler)
phabricator at mercurial-scm.org
Wed Oct 11 09:05:34 UTC 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rHGe304fd82c718: tests: use readlink.py instead of readlink (authored by durin42, committed by ).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D996?vs=2562&id=2579
REVISION DETAIL
https://phab.mercurial-scm.org/D996
AFFECTED FILES
tests/test-convert-p4-filetypes.t
CHANGE DETAILS
diff --git a/tests/test-convert-p4-filetypes.t b/tests/test-convert-p4-filetypes.t
--- a/tests/test-convert-p4-filetypes.t
+++ b/tests/test-convert-p4-filetypes.t
@@ -746,10 +746,10 @@
$Header$$Header$Header$
crazy_symlink
- $ readlink crazy_symlink+k
- target_$Header: //depot/test-mercurial-import/crazy_symlink+k#1 $
- $ readlink dst/crazy_symlink+k
- target_$Header$
+ $ readlink.py crazy_symlink+k
+ crazy_symlink+k -> target_$Header: //depot/test-mercurial-import/crazy_symlink+k#1 $
+ $ readlink.py dst/crazy_symlink+k
+ dst/crazy_symlink+k -> target_$Header$
exit trap:
stopping the p4 server
To: durin42, #hg-reviewers, quark
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list