Code

Fix test-parse-options "integer" test
authorJunio C Hamano <gitster@pobox.com>
Wed, 30 Jul 2008 19:53:45 +0000 (12:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Jul 2008 19:53:45 +0000 (12:53 -0700)
commitc4aca9ccda51badb672ab70099863072d1567267
treec69878ce9914b25e4eda1a476e560c0646f13f01
parent5354a56fe70420c147f930e0f7f1decbae685d19
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>
t/t0040-parse-options.sh
test-parse-options.c