OSDN Git Service

t0021: compute file size with a single process instead of a pipeline
authorJohannes Sixt <j6t@kdbg.org>
Sun, 6 Nov 2016 19:31:19 +0000 (20:31 +0100)
committerJeff King <peff@peff.net>
Tue, 8 Nov 2016 20:26:40 +0000 (15:26 -0500)
commitec2e8b3da21c884325c9764abc62251fcfbe6208
tree622fa9d5adecb81ee819df74ddb8cbde97adeca0
parent038212c4c40c4cd9eb518fb1fbb5eb0d0d7d8f67
t0021: compute file size with a single process instead of a pipeline

Avoid unwanted coding patterns (prodigal use of pipelines), and in
particular a useless use of cat.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Jeff King <peff@peff.net>
t/t0021-conversion.sh