Skip to content

Commit bb8db1b

Browse files
committed
t4010: correct expected object names
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 <[email protected]>
1 parent 2c0ab4d commit bb8db1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t4010-diff-pathspec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ test_expect_success \
5656
compare_diff_raw current expected'
5757

5858
cat >expected <<\EOF
59-
:100644 100644 766498d93a4b06057a8e49d23f4068f1170ff38f 0a41e115ab61be0328a19b29f18cdcb49338d516 M file0
59+
:100644 100644 8e4020bb5a8d8c873b25de15933e75cc0fc275df dca6b92303befc93086aa025d90a5facd7eb2812 M file0
6060
EOF
6161
test_expect_success \
6262
'limit to file0 should show file0' \

0 commit comments

Comments
 (0)