commit | 8ed2fca458d085f12c3c6808ef4ddab6aa40ef14 | [log] [tgz] |
---|---|---|
author | Johannes Sixt <johannes.sixt@telecom.at> | Tue Nov 13 21:04:58 2007 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Nov 14 15:18:39 2007 -0800 |
tree | 1a9767e9a683d850c1ecac07389587fcae35e6d8 | |
parent | 41ec097aea91b4be038b1c4bbbe1bcb9d4e7aa53 [diff] |
t5302-pack-index: Skip tests of 64-bit offsets if necessary. There are platforms where off_t is not 64 bits wide. In this case many tests are doomed to fail. Let's skip them. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>