Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: support for funky branch and project names over HTTP(S)
[gitweb.git]
/
t
/
t9106-git-svn-dcommit-clobber-series.sh
diff --git
a/t/t9106-git-svn-dcommit-clobber-series.sh
b/t/t9106-git-svn-dcommit-clobber-series.sh
index 7eff4cdc05635c85c354c9b2a96fe4844c682621..d59acc8d1ade041d01d5a45aa993b26919a0170c 100755
(executable)
--- a/
t/t9106-git-svn-dcommit-clobber-series.sh
+++ b/
t/t9106-git-svn-dcommit-clobber-series.sh
@@
-53,4
+53,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' '
+ echo foo >>file &&
+ git add file &&
+ git svn dcommit
+'
+
test_done