# HG changeset patch # User Ryan McElroy <rmcelroy@fb.com> # Date 1473691242 25200 # Mon Sep 12 07:40:42 2016 -0700 # Node ID ff663d2214dba1fd0816c928c803fc19ca948b24 # Parent 7b11e63488101d16a689f1ba0f46ea782298a5ef 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. diff --git a/tests/test-subrepos.t b/tests/test-subrepos.t --- 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,