From: Alexander Strasser Date: Wed, 11 Jul 2012 22:12:21 +0000 (+0200) Subject: t4012: Unquote git command fragment in test title X-Git-Tag: v1.7.12-rc0~17^2~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bb84e67c82af3a6678f193159f56d2244c5529dc;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/t/t4012-diff-binary.sh b/t/t4012-diff-binary.sh index 2a8b68ef4..3c542690c 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 current && test_i18ncmp expected current