]> asedeno.scripts.mit.edu Git - git.git/blobdiff - t/t9115-git-svn-dcommit-funky-renames.sh
Merge branch 'as/daemon-multi-listen'
[git.git] / t / t9115-git-svn-dcommit-funky-renames.sh
index 9fdbc9bc95573566aaa73b9599be9cc1305b10d0..6a48e4042996549e40843186783e2215beee9cca 100755 (executable)
@@ -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
-               )
+       )
        '
 
 test_expect_success 'make a commit to test rebase' '