commit | c4aca9ccda51badb672ab70099863072d1567267 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed Jul 30 12:53:45 2008 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Jul 30 12:53:45 2008 -0700 |
tree | c69878ce9914b25e4eda1a476e560c0646f13f01 | |
parent | 5354a56fe70420c147f930e0f7f1decbae685d19 [diff] |
Fix test-parse-options "integer" test OPT_INTEGER() works on an integer, not on an unsigned long. On a big endian architecture with long larger than int, integer test gives bogus results because of this bug. Reported by H.Merijn Brand in HP-UX 64-bit environment. Signed-off-by: Junio C Hamano <gitster@pobox.com>