t1600-index: remove unnecessary redirection
commitc3442568112f920749645667a959965bcb88a474
authorSZEDER Gábor <szeder.dev@gmail.com>
Thu, 26 Aug 2021 20:59:59 +0000 (26 22:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Sep 2021 06:23:47 +0000 (7 23:23 -0700)
tree3c20feec45ee41634efc68c8437ab962bffa3d49
parent22d18a9b150f337fe72247bf4a41a0ba64126a1f
t1600-index: remove unnecessary redirection

In a helper function in the 't1600-index.sh' test script the stderr
of a 'git add' command is redirected to its stdout, but its stdout is
not redirected anywhere.  So apparently this redirection is
unnecessary, remove it.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Acked-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1600-index.sh