Skip to content

Commit 4d63500

Browse files
num_logs has different values on different distros
on debian 7 its 4, on everything else its 5 Lets remove this as it looks related only to logrotation
1 parent 6563cb3 commit 4d63500

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

controls/package_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
its('log_file') { should cmp '/var/log/audit/audit.log' }
8989
its('log_format') { should cmp 'raw' }
9090
its('flush') { should match(/^INCREMENTAL|INCREMENTAL_ASYNC$/) }
91-
its('num_logs') { should cmp 5 }
9291
its('max_log_file_action') { should cmp 'ROTATE' }
9392
its('space_left') { should cmp 75 }
9493
its('action_mail_acct') { should cmp 'root' }

0 commit comments

Comments
 (0)