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:
Dan McGee 2010-05-17 18:23:07 -05:00
parent 25cd6c2e8d
commit df842e11cf

View file

@ -79,13 +79,7 @@ class pmtest:
self.filesystem = []
self.description = ""
self.option = {
"noupgrade": [],
"ignorepkg": [],
"ignoregroup": [],
"noextract": [],
"syncfirst": []
}
self.option = {}
# Test rules
self.rules = []