author | Brandon Casey <drafnel@gmail.com> | |
Wed, 2 Jun 2010 00:13:44 +0000 (19:13 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 2 Jun 2010 16:36:49 +0000 (09:36 -0700) | ||
commit | 6508eedf670c180934db880b50a9a6b930acbf02 | |
tree | 99ffb2d649a7a959ad146d3bb9fe2a07d16dd534 | tree | snapshot |
parent | c289c315c2bfcd5fde99f9e4dbb109f89e29dfce | commit | diff |
t/aggregate-results: accomodate systems with small max argument list length
IRIX 6.5 has a default maximum argument list length of 20480. The file
glob that is passed to aggregate-results currently exceeds this length, and
so the script cannot run successfully. Work around this issue by passing
the file names in via the standard input rather than the argument list.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
IRIX 6.5 has a default maximum argument list length of 20480. The file
glob that is passed to aggregate-results currently exceeds this length, and
so the script cannot run successfully. Work around this issue by passing
the file names in via the standard input rather than the argument list.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/Makefile | diff | blob | history | |
t/aggregate-results.sh | diff | blob | history |