t4012: Unquote git command fragment in test title
[gitweb.git] / 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