diff options
author | Andrei Rybak <rybak.a.v@gmail.com> | 2023-03-18 16:46:45 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-03-20 09:11:42 -0700 |
commit | 7deec9442f958891ed22f831c84a7c49a2a52d1a (patch) | |
tree | 5fce2ade66f15331a7e9f4ed10363e4b9164160f /commit.c | |
parent | 94f07b55443147fce3c7fb46e97d696da3ce8d55 (diff) |
t1404: don't create unused file
Some tests in file t1404-update-ref-errors.sh create file "unchanged" as
the expected side for a test_cmp assertion at the end of the test for
output of "git for-each-ref". Test 'no bogus intermediate values during
delete' also creates a file named "unchanged" using "git for-each-ref".
However, the file isn't used for any assertions in the test. Instead,
"git rev-parse" is used to compare the reference with variable $D.
Don't create unused file "unchanged" in test 'no bogus intermediate
values during delete' of t1404-update-ref-errors.sh.
Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions