diff options
author | Glen Choo <chooglen@google.com> | 2022-03-07 16:14:25 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-03-07 16:51:03 -0800 |
commit | 6e94bd64f334b91fab0f06b44ad00fc34a068a8c (patch) | |
tree | d3dfeac5feaecb026e050e2c03886952f2fa4a99 /t/lib-gettext.sh | |
parent | f3117dfdd1a0e586066bb8963b43324f5dee9f90 (diff) | |
download | git-6e94bd64f334b91fab0f06b44ad00fc34a068a8c.tar.gz |
t5526: stop asserting on stderr literally
In the previous commit message, we noted that not all of the "git fetch"
stderr is relevant to the tests. Most of the test setup lines are
dedicated to these details of the stderr:
1. which repos (super/sub/deep) are involved in the fetch
2. the head of the remote-tracking branch before the fetch (i.e. $head1)
3. the head of the remote-tracking branch after the fetch (i.e. $head2)
1. and 3. are relevant because they tell us that the expected commit is
fetched by the expected repo, but 2. is completely irrelevant.
Stop asserting on $head1 by replacing it with a dummy value in the
actual and expected output. Do this by introducing test
helpers (write_expected_*()) that make it easier to construct the
expected output, and use sed to munge the actual output.
Signed-off-by: Glen Choo <chooglen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/lib-gettext.sh')
0 files changed, 0 insertions, 0 deletions