index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2010-05-17 18:23:07 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-05-17 18:23:07 -0500 |
commit | df842e11cfa4a41f7a333270ab587fe6ee2e8a27 (patch) | |
tree | ccf070b457a73cfe75352d4723b91cce8aaaccad /pactest/pmtest.py | |
parent | 25cd6c2e8da4d0659d259a38f00d512f97dbc962 (diff) |
-rwxr-xr-x | pactest/pmtest.py | 8 |
diff --git a/pactest/pmtest.py b/pactest/pmtest.py index 7bb32812..f2b96760 100755 --- a/pactest/pmtest.py +++ b/pactest/pmtest.py @@ -79,13 +79,7 @@ class pmtest: self.filesystem = [] self.description = "" - self.option = { - "noupgrade": [], - "ignorepkg": [], - "ignoregroup": [], - "noextract": [], - "syncfirst": [] - } + self.option = {} # Test rules self.rules = [] |