diff options
Diffstat (limited to 'tests/option_tests.py')
-rw-r--r-- | tests/option_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/option_tests.py b/tests/option_tests.py index a92acab8..58f54e94 100644 --- a/tests/option_tests.py +++ b/tests/option_tests.py @@ -17,7 +17,7 @@ class MockOptions(object): dry_run = False log_size = 25 allow_system_changes = False - skip_cmds = [] + skip_commands = [] skip_files = [] |