diff options
author | Martin Ågren <martin.agren@gmail.com> | 2020-02-23 09:48:35 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-02-24 11:18:24 -0800 |
commit | cac439b56dd888d346b021b3b606d5e7bc3595d0 (patch) | |
tree | f5eb3747fa40da90dcc11388f6eed932c2553864 /t/t0021-conversion.sh | |
parent | t4117: check for files using `test_path_is_file` (diff) | |
download | tgif-cac439b56dd888d346b021b3b606d5e7bc3595d0.tar.xz |
t9810: drop debug `cat` call
We `cat` kwdelfile.c, but don't inspect or grab the contents in any way.
This looks like a remnant from a debug session. Similar to the previous
commit, one could argue that `cat`-ing the file verifies that it didn't
disappear somehow. But because the very next thing we do after `cat`-ing
the file is to `grep` in it, we can safely drop the call to `cat`.
Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t0021-conversion.sh')
0 files changed, 0 insertions, 0 deletions