diff options
author | Alexander Strasser <eclipse7@gmx.net> | 2012-07-12 00:12:21 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-07-11 15:36:33 -0700 |
commit | bb84e67c82af3a6678f193159f56d2244c5529dc (patch) | |
tree | 9ed8aaa06d59cec441ab2ec6ea21bb55f6d1fb09 | |
parent | t4012: modernize style for quoting (diff) | |
download | tgif-bb84e67c82af3a6678f193159f56d2244c5529dc.tar.xz |
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>
-rwxr-xr-x | t/t4012-diff-binary.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4012-diff-binary.sh b/t/t4012-diff-binary.sh index 2a8b68ef48..3c542690cd 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 |