mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
add pipe resource to test cookbook
This commit is contained in:
parent
9418557554
commit
29e2105c52
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ link '/tmp/symlink'do
|
|||
mode '0777'
|
||||
end
|
||||
|
||||
execute 'create pipe/fifo' do
|
||||
command 'mkfifo /tmp/pipe'
|
||||
not_if 'test -e /tmp/pipe'
|
||||
end
|
||||
|
||||
# execute tests
|
||||
execute 'bundle install' do
|
||||
command '/opt/chef/embedded/bin/bundle install'
|
||||
|
|
Loading…
Add table
Reference in a new issue