summaryrefslogtreecommitdiff
path: root/t/t9139-git-svn-non-utf8-commitencoding.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-08-18 12:17:17 -0700
committerJunio C Hamano <gitster@pobox.com>2010-08-18 12:17:17 -0700
commit4265ee3e6e391709168cc507c1c9bb705392cdfe (patch)
tree4ed873b595f3565911056401ade93eaa45b74b75 /t/t9139-git-svn-non-utf8-commitencoding.sh
parent8d8c92521c9bfac1eeefb4d260e9eb903b429bb6 (diff)
parentce14e0b264b31dd02a0c9d1688bceb6579d052fa (diff)
downloadgit-4265ee3e6e391709168cc507c1c9bb705392cdfe.tar.gz
Merge branch 'jh/use-test-must-fail'
* jh/use-test-must-fail: Convert "! git" to "test_must_fail git"
Diffstat (limited to 't/t9139-git-svn-non-utf8-commitencoding.sh')
-rwxr-xr-xt/t9139-git-svn-non-utf8-commitencoding.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9139-git-svn-non-utf8-commitencoding.sh b/t/t9139-git-svn-non-utf8-commitencoding.sh
index f337959ccc..22d80b0be2 100755
--- a/t/t9139-git-svn-non-utf8-commitencoding.sh
+++ b/t/t9139-git-svn-non-utf8-commitencoding.sh
@@ -39,7 +39,7 @@ do
(
cd $H &&
git config --unset i18n.commitencoding &&
- ! git svn dcommit
+ test_must_fail git svn dcommit
)
'
done