]> git.ipfire.org Git - thirdparty/git.git/commit
t9001, t9116: avoid pipes
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 14 Feb 2020 13:53:21 +0000 (13:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Feb 2020 17:58:03 +0000 (09:58 -0800)
commitde26f02db1b3296fc48e04755301171cf23062a0
tree9e1447fd55bd9133f73536025dc4d007a56a6e21
parentb6d4d82bd5a49197d5d2f4f81c08da0d461cfcf1
t9001, t9116: avoid pipes

When grepping through the output of a command in the test suite, there
is always a chance that something goes wrong, in which case there would
not be anything useful to debug.

Let's redirect the output into a file instead, and grep that file, so
that the log can be inspected easily if the grep fails.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9001-send-email.sh
t/t9116-git-svn-log.sh