Code

t0003: properly quote $HOME
authorThomas Rast <trast@student.ethz.ch>
Mon, 18 Oct 2010 09:09:54 +0000 (11:09 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Oct 2010 21:12:31 +0000 (14:12 -0700)
commite806c43537e2e9b5ab96d03b777a5759ef57b13d
tree0eb120f7aed7b3b38e187b1953f7767a9dd29f4e
parent06ac01a46af471207b93266e55eb9880e87e0114
t0003: properly quote $HOME

6df42ab (Add global and system-wide gitattributes, 2010-09-01) forgot
to quote one instance of $HOME in the tests.  This would be valid
according to POSIX, but bash 4 helpfully declines to execute the
command in question with an "ambiguous redirection" error.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0003-attributes.sh