t5318: avoid unnecessary command substitutions
commit3c4586301dca0d25708bfcec00915e4493278403
authorSZEDER Gábor <szeder.dev@gmail.com>
Mon, 13 Aug 2018 00:30:10 +0000 (13 02:30 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Aug 2018 19:09:02 +0000 (13 12:09 -0700)
tree27d6cd87281f48fd1fae7d91506fcd710f6adcf9
parentdade47c06cf849b0ca180a8e6383b55ea6f75812
t5318: avoid unnecessary command substitutions

Two tests added in dade47c06c (commit-graph: add repo arg to graph
readers, 2018-07-11) prepare the contents of 'expect' files by
'echo'ing the results of command substitutions.  That's unncessary,
avoid them by directly saving the output of the commands executed in
those command substitutions.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5318-commit-graph.sh