diff options
Diffstat (limited to 'tests/cleaner_tests')
-rw-r--r-- | tests/cleaner_tests/basic_function_tests/report_with_mask.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cleaner_tests/basic_function_tests/report_with_mask.py b/tests/cleaner_tests/basic_function_tests/report_with_mask.py index ea961c8c..7c4d3905 100644 --- a/tests/cleaner_tests/basic_function_tests/report_with_mask.py +++ b/tests/cleaner_tests/basic_function_tests/report_with_mask.py @@ -60,7 +60,7 @@ class ReportWithCleanedKeywords(StageOneReportTest): :avocado: tags=stageone """ - sos_cmd = '--clean -o filesys,kernel --keywords=fstab,Linux,tmp' + sos_cmd = '--clean -o filesys,kernel --keywords=fstab,Linux,tmp --no-update' # Will the 'tmp' be properly treated in path to working dir without raising an error? # To make this test effective, we assume the test runs on a system / with Policy |