X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9102-git-svn-deep-rmdir.sh;h=4e0808380fea78061e37bc4308f0d7ffeb1cbf5f;hb=886a39074be34d21afc6c1b8af1f7f4b3ef54dc5;hp=d693d183c8e41a4c1e948e690f42a55c985543b3;hpb=8499294c41fe92a560a083c42caad36b4e27fb51;p=git.git diff --git a/t/t9102-git-svn-deep-rmdir.sh b/t/t9102-git-svn-deep-rmdir.sh index d693d183c..4e0808380 100755 --- a/t/t9102-git-svn-deep-rmdir.sh +++ b/t/t9102-git-svn-deep-rmdir.sh @@ -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 "