aboutsummaryrefslogtreecommitdiffstats
path: root/tests/option_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/option_tests.py')
-rw-r--r--tests/option_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/option_tests.py b/tests/option_tests.py
index 3912375d..f0587367 100644
--- a/tests/option_tests.py
+++ b/tests/option_tests.py
@@ -10,6 +10,7 @@ class MockOptions(object):
all_logs = False
dry_run = False
log_size = 25
+ allow_system_changes = False
class GlobalOptionTest(unittest.TestCase):