This file was edited by applying: expand -i | unexpand --first-only | sed "s/ *$//" to the file. No change to test outputs or status code was observed. Signed-off-by: Jon Seymour <jon.seymour@xxxxxxxxx> --- t/t9125-git-svn-multi-glob-branch-names.sh | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/t/t9125-git-svn-multi-glob-branch-names.sh b/t/t9125-git-svn-multi-glob-branch-names.sh index 096abd1..c00597d 100755 --- a/t/t9125-git-svn-multi-glob-branch-names.sh +++ b/t/t9125-git-svn-multi-glob-branch-names.sh @@ -11,14 +11,14 @@ test_expect_success 'setup svnrepo' ' svn_cmd import -m "$test_description" project "$svnrepo/project" && rm -rf project && svn_cmd cp -m "fun" "$svnrepo/project/trunk" \ - "$svnrepo/project/branches/v14.1/beta" && + "$svnrepo/project/branches/v14.1/beta" && svn_cmd cp -m "more fun!" "$svnrepo/project/branches/v14.1/beta" \ - "$svnrepo/project/branches/v14.1/gold" + "$svnrepo/project/branches/v14.1/gold" ' test_expect_success 'test clone with multi-glob in branch names' ' git svn clone -T trunk -b branches/*/* -t tags \ - "$svnrepo/project" project && + "$svnrepo/project" project && (cd project && git rev-parse "refs/remotes/v14.1/beta" && git rev-parse "refs/remotes/v14.1/gold" -- 1.7.6.362.gf0e6 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html