X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9115-git-svn-dcommit-funky-renames.sh;h=6a48e4042996549e40843186783e2215beee9cca;hb=406c1c4dd4a8f0fac3fddce1e7bb3b66af835e6a;hp=767799e7a70b91ef6f4e3f4007529f1cb0fd919c;hpb=7b576f9910a2945688f04f6ff9d03771f2956618;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' '