Typefix builtin-prune.c::prune_object()
[gitweb.git] / t / t9105-git-svn-commit-diff.sh
index f994b72f80eb9cbc6617dc1d3c9e6bbe63319b7b..746c8277d06a7d9d147df16d6c16efce65bf34a2 100755 (executable)
@@ -33,7 +33,7 @@ prev=`git rev-parse --verify HEAD^1`
 
 test_expect_success 'test the commit-diff command' "
        test -n '$prev' && test -n '$head' &&
-       git-svn commit-diff '$prev' '$head' '$svnrepo' &&
+       git-svn commit-diff -r1 '$prev' '$head' '$svnrepo' &&
        svn co $svnrepo wc &&
        cmp readme wc/readme
        "