diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-03-13 22:56:09 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-13 22:56:10 -0700 |
commit | bb8f6de064a2b92febe06c5cbfcf98c686dce8a4 (patch) | |
tree | 8fc741454bdeaa37b211ede730c58f72bc36e5c9 /t/t4010-diff-pathspec.sh | |
parent | 3aab60b3baefd79d113fdc83685ba38c71986538 (diff) | |
parent | 817d03e10552c03fce7483df5034d72f883b2fab (diff) | |
download | git-bb8f6de064a2b92febe06c5cbfcf98c686dce8a4.tar.gz |
Merge branch 'jc/diff-test-updates' into maint
Test clean-up.
* jc/diff-test-updates:
test_ln_s_add: refresh stat info of fake symbolic links
t4008: modernise style
t/diff-lib: check exact object names in compare_diff_raw
tests: do not borrow from COPYING and README from the real source
t4010: correct expected object names
t9300: correct expected object names
t4008: correct stale comments
Diffstat (limited to 't/t4010-diff-pathspec.sh')
-rwxr-xr-x | t/t4010-diff-pathspec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4010-diff-pathspec.sh b/t/t4010-diff-pathspec.sh index bf07841866..43c488b545 100755 --- a/t/t4010-diff-pathspec.sh +++ b/t/t4010-diff-pathspec.sh @@ -56,7 +56,7 @@ test_expect_success \ compare_diff_raw current expected' cat >expected <<\EOF -:100644 100644 766498d93a4b06057a8e49d23f4068f1170ff38f 0a41e115ab61be0328a19b29f18cdcb49338d516 M file0 +:100644 100644 8e4020bb5a8d8c873b25de15933e75cc0fc275df dca6b92303befc93086aa025d90a5facd7eb2812 M file0 EOF test_expect_success \ 'limit to file0 should show file0' \ |