D1623: tests: glob away ' that doesn't occur on all platforms in lfs test
durin42 (Augie Fackler)
phabricator at mercurial-scm.org
Sat Dec 9 05:01:37 UTC 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG85f866bf9362: tests: glob away ' that doesn't occur on all platforms in lfs test (authored by durin42, committed by ).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D1623?vs=4287&id=4288
REVISION DETAIL
https://phab.mercurial-scm.org/D1623
AFFECTED FILES
tests/test-lfs.t
CHANGE DETAILS
diff --git a/tests/test-lfs.t b/tests/test-lfs.t
--- a/tests/test-lfs.t
+++ b/tests/test-lfs.t
@@ -571,7 +571,7 @@
the user cache.
$ find $TESTTMP/repo12/.hg/store/lfs/objects -type f
- find: */repo12/.hg/store/lfs/objects': $ENOENT$ (glob)
+ find: */repo12/.hg/store/lfs/objects*: $ENOENT$ (glob)
[1]
$ hg --config extensions.share= share repo12 repo13
To: durin42, #hg-reviewers, krbullock
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list