diff options
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 | |
parent | 25cd6c2e8da4d0659d259a38f00d512f97dbc962 (diff) |
pactest: remove cargo-cult option reset
This doesn't need to be here. We don't even support non-CamelCase options
anymore.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'pactest')
-rwxr-xr-x | pactest/pmtest.py | 8 |
1 files changed, 1 insertions, 7 deletions
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 = [] |