summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-02-15 13:35:19 -0800
committerJunio C Hamano <gitster@pobox.com>2015-02-15 15:38:10 -0800
commitbb8db1b5538a455a0892312b25d73d51f2650429 (patch)
tree94cc98daf693b91d7d628626f13061ccee070455
parent2c0ab4d49d294aa9127ce5616d2d6c4d12be8e74 (diff)
downloadgit-bb8db1b5538a455a0892312b25d73d51f2650429.tar.gz
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 <gitster@pobox.com>
-rwxr-xr-xt/t4010-diff-pathspec.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4010-diff-pathspec.sh b/t/t4010-diff-pathspec.sh
index 589bc6bfb4..6219a2ec21 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' \