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>
This commit is contained in:
parent
25cd6c2e8d
commit
df842e11cf
1 changed files with 1 additions and 7 deletions
|
@ -79,13 +79,7 @@ class pmtest:
|
|||
self.filesystem = []
|
||||
|
||||
self.description = ""
|
||||
self.option = {
|
||||
"noupgrade": [],
|
||||
"ignorepkg": [],
|
||||
"ignoregroup": [],
|
||||
"noextract": [],
|
||||
"syncfirst": []
|
||||
}
|
||||
self.option = {}
|
||||
|
||||
# Test rules
|
||||
self.rules = []
|
||||
|
|
Loading…
Add table
Reference in a new issue