Make testsuite python-2.7 compatible
commit302188b1690e68333a3768f2a6d261559e81ca0a
authorRémy Oudompheng <remyoudompheng@gmail.com>
Tue, 28 Sep 2010 02:16:25 +0000 (28 12:16 +1000)
committerDan McGee <dan@archlinux.org>
Tue, 5 Oct 2010 16:14:24 +0000 (5 11:14 -0500)
tree12c76457a2667d24341385efe43f67be266f2527
parentfd38319106789e2239d2d31208e463aad8e11a8e
Make testsuite python-2.7 compatible

os.walk(".") adds a prefix of "./" to filenames in python-2.7 which
causes libalpm not to like archives generated in the testsuite resulting
in widespread failure.

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
test/pacman/pmpkg.py