t0008: avoid brace expansion
commit6f53feac95f35d470789348c051f6cee93449642
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Thu, 10 Jan 2013 21:24:52 +0000 (10 22:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Jan 2013 22:47:35 +0000 (10 14:47 -0800)
tree9055f16f986cf8b86783039fc1d2d6461c57c75f
parent368aa52952deb631b38a89837c4abbb00c5261c1
t0008: avoid brace expansion

Brace expansion is a shell feature that's not required by POSIX and not
supported by dash nor NetBSD's sh.  Explicitly list all combinations
instead.  Also avoid calling touch by creating the test files with a
redirection instead, as suggested by Junio.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0008-ignores.sh