Hi Matthieu,
Matthieu Moy wrote:
Ramkumar Ramachandra [off-list ref] writes:
quoted
test_expect_success "--batch-check with multiple sha1s gives correct format" '
- test "$batch_check_output" = \
- "$(echo_without_newline "$batch_check_input" | git cat-file --batch-check)"
+ echo "$batch_check_output" >expect &&
+ echo_without_newline "$batch_check_input" | git cat-file
+ --batch-check >actual &&
+ test_cmp expect actual
'
Whitespace damage?
Odd. Email client issue? Seems to be fine in the original message [1].
[1]: http://article.gmane.org/gmane.comp.version-control.git/186558
-- Ram