Package: pari
Version: git
Severity: wishlist
Currently the test results that are identical on 32-bit and 64-bit
machines are kept in src/test/32. This was reasonable when 32-bit
processors were the most common, but now they are becoming rare, so
I think it would make sense to move the shared results to src/test/64.
So here are two files to do that: temp.sh runs "git mv" on every file
that needs to be moved, and dotest.diff changes src/test/dotest so
that it finds these files.