changeset 999:ff663d2214db

test-subrepos: update to account for newer git output git 2.9 outputs a longer path during clone than 2.8 did. Update the tests to allow either behavior.
author Ryan McElroy <rmcelroy@fb.com>
date Mon, 12 Sep 2016 07:40:42 -0700
parents 7b11e6348810
children a128b9a53b5a
files tests/test-subrepos.t
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-subrepos.t
+++ b/tests/test-subrepos.t
@@ -16,11 +16,11 @@
   $ git add alpha
   $ fn_git_commit -m 'add alpha'
   $ git submodule add ../gitsubrepo subrepo1
-  Cloning into 'subrepo1'...
+  Cloning into '*subrepo1'... (glob)
   done.
   $ fn_git_commit -m 'add subrepo1'
   $ git submodule add ../gitsubrepo xyz/subrepo2
-  Cloning into 'xyz/subrepo2'...
+  Cloning into '*xyz/subrepo2'... (glob)
   done.
   $ fn_git_commit -m 'add subrepo2'
 we are going to push to this repo from our hg clone,