Revert "t/lib-git-daemon: record daemon log"
commit3c78e97d5d553aa880cdaed2b51610595162dac4
authorThomas Gummerer <t.gummerer@gmail.com>
Sun, 6 Jan 2019 17:53:10 +0000 (6 17:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Jan 2019 15:45:11 +0000 (7 07:45 -0800)
treefc88052db6838fbd7966e7c68aecc0175c81cc47
parentf24eaf4a21a1cf73c2ff494ba7ea5250c37f1d6e
Revert "t/lib-git-daemon: record daemon log"

This reverts commit 314a73d658 (t/lib-git-daemon: record daemon log,
2018-01-25), which let tests use the output of git-daemon.

The previous commit removed the last user of deamon.log in the tests,
there's no good way to make checking for output in the log
race-proof.  Revert this commit as well, to make sure others are not
tempted to use daemon.log in tests in the future, which would lead to
racy tests.

The original commit had one change that still makes sense, namely
switching read/echo for "read -r" and "printf", which relays the data
more faithfully.  Don't revert that piece here, as it is still a
useful change.

Suggested-by: Jeff King <peff@peff.net>
Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-git-daemon.sh