mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +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/login.defs' => mockfile.call('login.defs'),
|
||||||
'/etc/security/limits.conf' => mockfile.call('limits.conf'),
|
'/etc/security/limits.conf' => mockfile.call('limits.conf'),
|
||||||
'/etc/inetd.conf' => mockfile.call('inetd.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/audit/auditd.conf' => mockfile.call('auditd.conf'),
|
||||||
'/etc/mysql/my.cnf' => mockfile.call('mysql.conf'),
|
'/etc/mysql/my.cnf' => mockfile.call('mysql.conf'),
|
||||||
'/etc/mysql/mysql2.conf' => mockfile.call('mysql2.conf'),
|
'/etc/mysql/mysql2.conf' => mockfile.call('mysql2.conf'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue