t0008: do not depend on 'echo' handling backslashes specially
commit97c1364be6b27a6faf046d6d4240a4ebd550ae9f
authorJunio C Hamano <gitster@pobox.com>
Fri, 13 Jun 2014 20:23:58 +0000 (13 13:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Jun 2014 20:29:03 +0000 (13 13:29 -0700)
tree36ce2b91885180b079df5e800ec2fe7690cd44c3
parente61a6c1d8272f9d7bdc861ed28bfac5fb7e33556
t0008: do not depend on 'echo' handling backslashes specially

The original used to pass with /bin/dash but not with /bin/bash set
to $SHELL_PATH.  The former turns "\\" into "\", but the latter does
not.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0008-ignores.sh