diff options
author | Martin Ågren <martin.agren@gmail.com> | 2020-02-23 09:48:36 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-02-24 20:18:25 +0100 |
commit | 3c29e21eb047be390d3908d429669cdca3037d9f (patch) | |
tree | 9398f7ea0763ce42f8abdf2ffbdbb7c9d3f33138 /t/t9300-fast-import.sh | |
parent | t9810: drop debug `cat` call (diff) | |
download | git-3c29e21eb047be390d3908d429669cdca3037d9f.tar.xz git-3c29e21eb047be390d3908d429669cdca3037d9f.zip |
t: drop debug `cat` calls
We `cat` files, but don't inspect or grab the contents in any way.
Unlike in an earlier commit, there is no reason to suspect that these
files could be missing, so `cat`-ing them is just wasted effort.
Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9300-fast-import.sh')
-rwxr-xr-x | t/t9300-fast-import.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh index ae9950a9c2..3e41c58a13 100755 --- a/t/t9300-fast-import.sh +++ b/t/t9300-fast-import.sh @@ -1047,7 +1047,6 @@ test_expect_success 'M: rename root to subdirectory' ' EOF git fast-import <input && git diff-tree -M -r M4^ M4 >actual && - cat actual && compare_diff_raw expect actual ' |