Skip to content

Commit

Permalink
t4010: correct expected object names
Browse files Browse the repository at this point in the history
The output the test expects is bogus.

It was left unnoticed only because compare_diff_raw, which only
cares about the add/delete/rename/copy was used to check the result.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Feb 15, 2015
1 parent 2c0ab4d commit bb8db1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t4010-diff-pathspec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit bb8db1b

Please sign in to comment.