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/t9109-git-svn-multi-glob.sh | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/t/t9109-git-svn-multi-glob.sh b/t/t9109-git-svn-multi-glob.sh index c318f9f..5c48f46 100755 --- a/t/t9109-git-svn-multi-glob.sh +++ b/t/t9109-git-svn-multi-glob.sh @@ -41,11 +41,11 @@ test_expect_success 'test refspec globbing' ' ) && git config --add svn-remote.svn.url "$svnrepo" && git config --add svn-remote.svn.fetch \ - "trunk/src/a:refs/remotes/trunk" && + "trunk/src/a:refs/remotes/trunk" && git config --add svn-remote.svn.branches \ - "branches/*/*/src/a:refs/remotes/branches/*/*" && + "branches/*/*/src/a:refs/remotes/branches/*/*" && git config --add svn-remote.svn.tags\ - "tags/*/src/a:refs/remotes/tags/*" && + "tags/*/src/a:refs/remotes/tags/*" && git svn multi-fetch && git log --pretty=oneline refs/remotes/tags/end | \ sed -e "s/^.\{41\}//" > output.end && @@ -65,9 +65,9 @@ test_expect_success 'test left-hand-side only globbing' ' git config --add svn-remote.two.url "$svnrepo" && git config --add svn-remote.two.fetch trunk:refs/remotes/two/trunk && git config --add svn-remote.two.branches \ - "branches/*/*:refs/remotes/two/branches/*/*" && + "branches/*/*:refs/remotes/two/branches/*/*" && git config --add svn-remote.two.tags \ - "tags/*:refs/remotes/two/tags/*" && + "tags/*:refs/remotes/two/tags/*" && ( cd tmp && echo "try try" >> tags/end/src/b/readme && @@ -120,9 +120,9 @@ test_expect_success 'test another branch' ' git config --add svn-remote.four.url "$svnrepo" && git config --add svn-remote.four.fetch trunk:refs/remotes/four/trunk && git config --add svn-remote.four.branches \ - "branches/*/*:refs/remotes/four/branches/*/*" && + "branches/*/*:refs/remotes/four/branches/*/*" && git config --add svn-remote.four.tags \ - "tags/*:refs/remotes/four/tags/*" && + "tags/*:refs/remotes/four/tags/*" && git svn fetch four && test `git rev-list refs/remotes/four/tags/next | wc -l` -eq 5 && test `git rev-list refs/remotes/four/branches/v2/start | wc -l` -eq 3 && @@ -142,11 +142,11 @@ echo "" >> expect.three test_expect_success 'test disallow multiple globs' ' git config --add svn-remote.three.url "$svnrepo" && git config --add svn-remote.three.fetch \ - trunk:refs/remotes/three/trunk && + trunk:refs/remotes/three/trunk && git config --add svn-remote.three.branches \ - "branches/*/t/*:refs/remotes/three/branches/*/*" && + "branches/*/t/*:refs/remotes/three/branches/*/*" && git config --add svn-remote.three.tags \ - "tags/*:refs/remotes/three/tags/*" && + "tags/*:refs/remotes/three/tags/*" && ( cd tmp && echo "try try" >> tags/end/src/b/readme && -- 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