summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/upgrade072.py
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-10-01 16:42:09 +0200
committerDan McGee <dan@archlinux.org>2011-01-31 17:49:53 +0100
commit111e07d0be44b76b910c6a004421ede4f6f6fb49 (patch)
tree65096efc6a527c7a8d84d3a1f3afdb8263cb7258 /test/pacman/tests/upgrade072.py
parentb6ec9019d77c41edd86094a867fbb3970c6b4ebe (diff)
downloadpacman-111e07d0be44b76b910c6a004421ede4f6f6fb49.tar.gz
pacman-111e07d0be44b76b910c6a004421ede4f6f6fb49.tar.xz
make -d less strict; add -dd option
-d skips checking the version of a dependency. -dd skips the whole dependency check. Signed-off-by: Xavier Chantry <chantry.xavier@gmail.com> Signed-off-by: Florian Pritz <bluewind@server-speed.net> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'test/pacman/tests/upgrade072.py')
-rw-r--r--test/pacman/tests/upgrade072.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/upgrade072.py b/test/pacman/tests/upgrade072.py
index f88e150c..116103b6 100644
--- a/test/pacman/tests/upgrade072.py
+++ b/test/pacman/tests/upgrade072.py
@@ -6,7 +6,7 @@ p.files = ["bin/dummy",
p.depends = ["dep1"]
self.addpkg(p)
-self.args = "-Ud %s" % p.filename()
+self.args = "-Udd %s" % p.filename()
self.addrule("PACMAN_RETCODE=0")
self.addrule("PKG_EXIST=dummy")