]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9102-git-svn-deep-rmdir.sh
git-svn: rename 'commit' command to 'set-tree'
[thirdparty/git.git] / t / t9102-git-svn-deep-rmdir.sh
index d693d183c8e41a4c1e948e690f42a55c985543b3..572aaedc06986505ff7b16b5553632051dfa2c58 100755 (executable)
@@ -21,7 +21,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
        "