t5403: correct bash ambiguous redirect error in subtest 8 by quoting $GIT_DIR
commita250d418c0309a8d7a62e352348822b075525bf4
authorRandall S. Becker <rsbecker@nexbridge.com>
Fri, 8 Feb 2019 11:32:33 +0000 (8 06:32 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Feb 2019 19:53:49 +0000 (8 11:53 -0800)
treec5ac5d9eddb5737bdc70c76fa451d2f38b434ce5
parent8581df65ec961aa59004f2d6342709b25d7b79c4
t5403: correct bash ambiguous redirect error in subtest 8 by quoting $GIT_DIR

The embedded blanks in the full path of the test git repository cased bash
to generate an ambugious redirect error.

Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5403-post-checkout-hook.sh