diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-12-01 11:06:41 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-01 11:06:41 -0800 |
commit | 74e3f97be8934b5f37f3e5f44bdb5ce77f82541a (patch) | |
tree | 13780ef38b82ddc215b32edf9f7cc4b0fe50c7ee /t/t4008-diff-break-rewrite.sh | |
parent | Replace the word 'update-cache' by 'update-index' everywhere (diff) | |
download | tgif-74e3f97be8934b5f37f3e5f44bdb5ce77f82541a.tar.xz |
Fix typo in t4008 test title
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4008-diff-break-rewrite.sh')
-rwxr-xr-x | t/t4008-diff-break-rewrite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4008-diff-break-rewrite.sh b/t/t4008-diff-break-rewrite.sh index 5836e3a899..1287d2ad17 100755 --- a/t/t4008-diff-break-rewrite.sh +++ b/t/t4008-diff-break-rewrite.sh @@ -119,7 +119,7 @@ test_expect_success \ 'compare_diff_raw expected current' test_expect_success \ - 'run diff with -B' \ + 'run diff with -B -M' \ 'git diff-index -B -M "$tree" >current' # This should not mistake file0 as the copy source of new file1 |