Code

git-apply: require -p<n> when working in a subdirectory.
[git.git] / t / t9102-git-svn-deep-rmdir.sh
index d693d183c8e41a4c1e948e690f42a55c985543b3..4e0808380fea78061e37bc4308f0d7ffeb1cbf5f 100755 (executable)
@@ -1,3 +1,4 @@
+#!/bin/sh
 test_description='git-svn rmdir'
 . ./lib-git-svn.sh
 
@@ -21,7 +22,7 @@ test_expect_success 'mirror via git-svn' "
 test_expect_success 'Try a commit on rmdir' "
        git rm -f deeply/nested/directory/number/2/another &&
        git commit -a -m 'remove another' &&
-       git-svn commit --rmdir HEAD &&
+       git-svn set-tree --rmdir HEAD &&
        svn ls -R $svnrepo | grep ^deeply/nested/directory/number/1
        "