index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Jeremy Heiner <scalaprotractor@gmail.com> | 2013-10-12 12:44:36 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-10-14 13:01:15 +1000 |
commit | d79872b4c71f93b225d7bc0987e33cebfe687e42 (patch) | |
tree | 745ba95d40a0985e9dc9b72f8107518180142412 /test/pacman/tests/upgrade050.py | |
parent | e9c7c3b90d1f266aebc98a36b1d32a61f7113505 (diff) |
-rw-r--r-- | test/pacman/tests/upgrade050.py | 2 |
diff --git a/test/pacman/tests/upgrade050.py b/test/pacman/tests/upgrade050.py index f05b0b62..bdda582c 100644 --- a/test/pacman/tests/upgrade050.py +++ b/test/pacman/tests/upgrade050.py @@ -8,7 +8,7 @@ self.addpkg(p1) p2 = pmpkg("pkg2") self.addpkg(p2) -self.args = "-U %s" % " ".join([p.filename() for p in p1, p2]) +self.args = "-U %s" % " ".join([p.filename() for p in (p1, p2)]) self.addrule("PACMAN_RETCODE=1") self.addrule("!PKG_EXIST=pkg1") |