mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Remove obsolete mock (#2869)
This mock was a remenant of file reading tests that became obsolete with the centralization of that code. Signed-off-by: Trevor Bramble <tbramble@chef.io>
This commit is contained in:
parent
81201fa988
commit
bd8ef9d1d8
1 changed files with 0 additions and 1 deletions
|
@ -177,7 +177,6 @@ class MockLoader
|
||||||
'/etc/postgresql/9.5/main' => mockfile.call('9.5.main'),
|
'/etc/postgresql/9.5/main' => mockfile.call('9.5.main'),
|
||||||
'/var/lib/postgresql/9.5/main' => mockfile.call('var.9.5.main'),
|
'/var/lib/postgresql/9.5/main' => mockfile.call('var.9.5.main'),
|
||||||
'/etc/hosts' => mockfile.call('hosts'),
|
'/etc/hosts' => mockfile.call('hosts'),
|
||||||
'/etc/hosts_empty' => emptyfile.call,
|
|
||||||
'C:\windows\system32\drivers\etc\hosts' => mockfile.call('hosts'),
|
'C:\windows\system32\drivers\etc\hosts' => mockfile.call('hosts'),
|
||||||
'/etc/fstab' => mockfile.call('fstab'),
|
'/etc/fstab' => mockfile.call('fstab'),
|
||||||
'fstab_no_home' => mockfile.call('fstab_no_home'),
|
'fstab_no_home' => mockfile.call('fstab_no_home'),
|
||||||
|
|
Loading…
Reference in a new issue