X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9115-git-svn-dcommit-funky-renames.sh;h=6a48e4042996549e40843186783e2215beee9cca;hb=f2120eb4db3e3e3f9a336eb04fdc2319d7421536;hp=767799e7a70b91ef6f4e3f4007529f1cb0fd919c;hpb=71f1d729b39ce5c92df6d623151f88bbb5d4c774;p=git.git diff --git a/t/t9115-git-svn-dcommit-funky-renames.sh b/t/t9115-git-svn-dcommit-funky-renames.sh index 767799e7a..6a48e4042 100755 --- a/t/t9115-git-svn-dcommit-funky-renames.sh +++ b/t/t9115-git-svn-dcommit-funky-renames.sh @@ -61,11 +61,12 @@ test_expect_success 'add a file with plus signs' ' test_expect_success 'clone the repository to test rebase' ' git svn clone "$svnrepo" test-rebase && - cd test-rebase && - echo test-rebase > test-rebase && + ( + cd test-rebase && + echo test-rebase >test-rebase && git add test-rebase && - git commit -m test-rebase && - cd .. + git commit -m test-rebase + ) ' test_expect_success 'make a commit to test rebase' '