]> arthur.barton.de Git - bup.git/commit
Earlier "negative timestamp" patch had a 64-bit timestamp in the test.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 8 May 2011 19:09:04 +0000 (19:09 +0000)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 8 May 2011 19:10:36 +0000 (19:10 +0000)
commit23a4e216c9423c1df23376489cb26f731fddc46d
treedf13a62b1651c2e21b34f42db5ca522311a1c707
parent9c2beb06d0004bd4bf694aae3d8dd38421b2a552
Earlier "negative timestamp" patch had a 64-bit timestamp in the test.

The date in the comment is correct - for -0x80000000.  Sadly, the *code*
actually said -0x90000000.  That works on 64-bit systems (and filesystems)
not not 32-bit ones, where python gives an encoding error.

In any case, based on the comment (June 10, 1893) it seems tat -0x80000000
must have been the intended value anyway.  Now 'make test' passes on 32-bit
Linux again.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
lib/bup/t/tindex.py