summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = []