t0021: keep filter log files on comparison
commit58ec9cb35baaad29f11e16faa2e032650c17d77d
authorLars Schneider <larsxschneider@gmail.com>
Thu, 1 Jun 2017 08:21:59 +0000 (1 10:21 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Jun 2017 17:34:42 +0000 (26 10:34 -0700)
treec95792fd47a8a9054a67657d8a60401901d72c24
parent0339965c70d68fd3831c9a5306443c869de3f6a8
t0021: keep filter log files on comparison

The filter log files are modified on comparison. That might be
unexpected by the caller. It would be even undesirable if the caller
wants to reuse the original log files.

Address these issues by using temp files for modifications. This is
useful for the subsequent patch 'convert: add "status=delayed" to
filter process protocol'.

Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0021-conversion.sh