summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-05-18 01:23:07 +0200
committerDan McGee <dan@archlinux.org>2010-05-18 01:23:07 +0200
commitdf842e11cfa4a41f7a333270ab587fe6ee2e8a27 (patch)
treeccf070b457a73cfe75352d4723b91cce8aaaccad
parent25cd6c2e8da4d0659d259a38f00d512f97dbc962 (diff)
downloadpacman-df842e11cfa4a41f7a333270ab587fe6ee2e8a27.tar.gz
pacman-df842e11cfa4a41f7a333270ab587fe6ee2e8a27.tar.xz
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>
-rwxr-xr-xpactest/pmtest.py8
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 = []