t4012: Unquote git command fragment in test title
authorAlexander Strasser <eclipse7@gmx.net>
Wed, 11 Jul 2012 22:12:21 +0000 (00:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Jul 2012 22:36:33 +0000 (15:36 -0700)
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>
t/t4012-diff-binary.sh

index 2a8b68ef4898beb7ee5929545146c069c12c472e..3c542690cddebb43bfb7c8d65b25072ac1835d9f 100755 (executable)
@@ -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