mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
rename test from etcgroup
This commit is contained in:
parent
c402459ee6
commit
df9411e529
3 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class MockLoader
|
|||
'/etc/login.defs' => mockfile.call('login.defs'),
|
||||
'/etc/security/limits.conf' => mockfile.call('limits.conf'),
|
||||
'/etc/inetd.conf' => mockfile.call('inetd.conf'),
|
||||
'/etc/group' => mockfile.call('group'),
|
||||
'/etc/group' => mockfile.call('etcgroup'),
|
||||
'/etc/audit/auditd.conf' => mockfile.call('auditd.conf'),
|
||||
'/etc/mysql/my.cnf' => mockfile.call('mysql.conf'),
|
||||
'/etc/mysql/mysql2.conf' => mockfile.call('mysql2.conf'),
|
||||
|
|
Loading…
Reference in a new issue