diff options
Diffstat (limited to 'test/pacman/tests')
-rw-r--r-- | test/pacman/tests/epoch005.py | 2 | ||||
-rw-r--r-- | test/pacman/tests/sync135.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/pacman/tests/epoch005.py b/test/pacman/tests/epoch005.py index 4af8edfd..62151703 100644 --- a/test/pacman/tests/epoch005.py +++ b/test/pacman/tests/epoch005.py @@ -9,7 +9,7 @@ versions = ( ) pkgvers = [(n, versions[n]) for n in range(len(versions))] -for k, v in pkgvers: +for k, v in pkgvers: sp = pmpkg("pkg_%d" % k, v) self.addpkg2db("sync", sp) diff --git a/test/pacman/tests/sync135.py b/test/pacman/tests/sync135.py index 18c412aa..6e6ccfb1 100644 --- a/test/pacman/tests/sync135.py +++ b/test/pacman/tests/sync135.py @@ -27,5 +27,5 @@ self.args = "-Su" self.addrule("PACMAN_RETCODE=0") for p in lp1, lp2: self.addrule("!PKG_EXIST=%s" % p.name) -for p in sp1, sp2, sp3, sp4: +for p in sp1, sp2, sp3, sp4: self.addrule("PKG_EXIST=%s" % p.name) |