summaryrefslogtreecommitdiff
path: root/t/t4012-diff-binary.sh
diff options
context:
space:
mode:
authorAlexander Strasser <eclipse7@gmx.net>2012-07-11 22:12:21 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-07-11 22:36:33 (GMT)
commitbb84e67c82af3a6678f193159f56d2244c5529dc (patch)
tree9ed8aaa06d59cec441ab2ec6ea21bb55f6d1fb09 /t/t4012-diff-binary.sh
parent1358bb496fb182d8047a039f09c3859364cea2b4 (diff)
downloadgit-bb84e67c82af3a6678f193159f56d2244c5529dc.zip
git-bb84e67c82af3a6678f193159f56d2244c5529dc.tar.gz
git-bb84e67c82af3a6678f193159f56d2244c5529dc.tar.bz2
t4012: Unquote git command fragment in test title
The command fragments are quoted nowhere else in title texts of this file, thus make this one consistent with all other titles. Signed-off-by: Alexander Strasser <eclipse7@gmx.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4012-diff-binary.sh')
-rwxr-xr-xt/t4012-diff-binary.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4012-diff-binary.sh b/t/t4012-diff-binary.sh
index 2a8b68e..3c54269 100755
--- a/t/t4012-diff-binary.sh
+++ b/t/t4012-diff-binary.sh
@@ -31,7 +31,7 @@ cat > expected <<\EOF
d | Bin
4 files changed, 2 insertions(+), 2 deletions(-)
EOF
-test_expect_success '"apply --stat" output for binary file change' '
+test_expect_success 'apply --stat output for binary file change' '
git diff >diff &&
git apply --stat --summary <diff >current &&
test_i18ncmp expected current