summaryrefslogtreecommitdiffstats
path: root/pactest/tests/sync899.py
AgeCommit message (Collapse)AuthorFilesLines
2009-09-09Do not remove conflict by defaultNagy Gabor1-1/+1
When a conflict is detected, pacman asks if the user wants to remove the conflicting package. In many cases this is a bad idea. e.g. udev conflicts with initscripts (initscripts<2009.07). Remove initscripts [Y/n] This changes the query to [y/N]. The --noconfirm behavior has been also changed, because it chooses the default answer. Since the yes answer is more interesting in our pactests dealing with conflicts, I inserted '--ask=4' to all of them with one exception: sync042.py tests the no answer. (I also fixed a typo in sync043.py) Original-work-by: Allan McRae <allan@archlinux.org> Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu>
2007-02-21* Indentation changes - 4 spaces for python, we standardized this before (andAaron Griffin1-1/+1
it's a PEP) * Modified some sync tests
2006-10-15Added pactest to repository, from Aurelien Foret:Aaron Griffin1-0/+18
http://aurelien.foret.free.fr/archlinux/pactest/