summaryrefslogtreecommitdiffstats
path: root/pactest/tests/upgrade040.py
AgeCommit message (Collapse)AuthorFilesLines
2008-02-12Fixes file relocation pactestsNagy Gabor1-0/+1
This patch fixes upgrade040.py and upgrade041.py (041 now fails!): * the old pactests didn't check the existence of the relocated file * upgrade041.py was broken due to a typo (missing comma) New upgrade046.py pactest was added (derived from the fixed upgrade041.py). This fails because the file relocation check is _hacked_ to conflict.c, and _alpm_db_find_fileconflicts is not called in case of --force. Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
2007-02-23* Changes to quite a few of the tests, mostly minimal changes (betterDan McGee1-1/+6
descriptions, additional rules, etc) * One new pactest test regarding file migration between packages. * Fix of a little output bug in pmenv.py
2006-10-15Added pactest to repository, from Aurelien Foret:Aaron Griffin1-0/+25
http://aurelien.foret.free.fr/archlinux/pactest/