X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9106-git-svn-dcommit-clobber-series.sh;h=ca8a00ed0af0382c20a4883e5aa5f1914b6ecd3f;hb=b828fef678c21d017f18d2094bfdaac94e5fbf7a;hp=745254665dd2d8f73b8c511b39aca82682bf1bbb;hpb=faf8280850e9af4ef63decd8d4e65a7609544c21;p=git.git diff --git a/t/t9106-git-svn-dcommit-clobber-series.sh b/t/t9106-git-svn-dcommit-clobber-series.sh index 745254665..ca8a00ed0 100755 --- a/t/t9106-git-svn-dcommit-clobber-series.sh +++ b/t/t9106-git-svn-dcommit-clobber-series.sh @@ -54,10 +54,10 @@ test_expect_success 'change file but in unrelated area' " test x\"\`sed -n -e 61p < file\`\" = x6611 " -test_expect_failure 'attempt to dcommit with a dirty index' ' +test_expect_success 'attempt to dcommit with a dirty index' ' echo foo >>file && git add file && - git svn dcommit + ! git svn dcommit ' test_done