X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9106-git-svn-dcommit-clobber-series.sh;h=bc37db9d62071ba92463276524675964c3e91593;hb=acd3b9eca82e38950f94e4708b528b7dae09a7c8;hp=f8f4718c361fc16749fd82fe9bd797643a7a399b;hpb=948e7471e03340307e802e919303256f80273d21;p=git.git diff --git a/t/t9106-git-svn-dcommit-clobber-series.sh b/t/t9106-git-svn-dcommit-clobber-series.sh index f8f4718c3..bc37db9d6 100755 --- a/t/t9106-git-svn-dcommit-clobber-series.sh +++ b/t/t9106-git-svn-dcommit-clobber-series.sh @@ -57,7 +57,7 @@ test_expect_success 'change file but in unrelated area' " test_expect_success 'attempt to dcommit with a dirty index' ' echo foo >>file && git add file && - ! git svn dcommit + test_must_fail git svn dcommit ' test_done