changeset 35334:85f866bf9362

tests: glob away ' that doesn't occur on all platforms in lfs test Differential Revision: https://phab.mercurial-scm.org/D1623
author Augie Fackler <augie@google.com>
date Fri, 08 Dec 2017 23:48:23 -0500
parents 8dba17546016
children 0181f99819d2
files tests/test-lfs.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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