# HG changeset patch # User Augie Fackler # Date 1512794903 18000 # Node ID 85f866bf936276ec43e9060bbc13f9180b5c172e # Parent 8dba17546016981475b7bda21b29e9267566fce7 tests: glob away ' that doesn't occur on all platforms in lfs test Differential Revision: https://phab.mercurial-scm.org/D1623 diff -r 8dba17546016 -r 85f866bf9362 tests/test-lfs.t --- a/tests/test-lfs.t Fri Dec 08 12:44:27 2017 -0800 +++ b/tests/test-lfs.t Fri Dec 08 23:48:23 2017 -0500 @@ -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