rename test from etcgroup

This commit is contained in:
Christoph Hartmann 2015-10-06 13:47:34 +02:00
parent c402459ee6
commit df9411e529
3 changed files with 1 additions and 1 deletions

View file

@ -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'),