diff options
Diffstat (limited to 'test/pacman/tests/sync135.py')
-rw-r--r-- | test/pacman/tests/sync135.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |