t/t5100: no need to use 'echo' command substitutions for globbing
authorJohannes Sixt <j6t@kdbg.org>
Tue, 22 Dec 2015 18:35:16 +0000 (19:35 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Dec 2015 21:36:50 +0000 (13:36 -0800)
Instead of making the shell expand 00* and invoke 'echo' with it,
and then capturing its output as command substitution, just use
the result of expanding 00* directly.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found