diff options
author | Anthony Wang <anthonywang513@gmail.com> | 2025-04-16 16:59:39 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-04-16 09:05:20 -0700 |
commit | dccf1296d85aac93156d151253f2669f1b34a152 (patch) | |
tree | 40b590959531916fc8b816ea6153a3c29b294b58 /commit.c | |
parent | 485f5f863615e670fd97ae40af744e14072cfe18 (diff) |
t9811: be more precise to check importing of tags
The tests use grep to search the output of `git tag` for tagnames they
expect to exist, which can incorrectly pass if an unxpected tag
has the expected tag as its substring. We fix this by using `git
show-ref --verify` instead.
Additionally, we add a negative test to verify that a possible
uninteded tag does not show up in the imported repository.
This change also fixes an additional problem, where piping the
output of `git tag` caused the exit codes to be lost.
Signed-off-by: Anthony Wang <anthonywang513@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions