Merge pull request #371 from mhaskel/force-yes
add --force-yes so deb7 doesn't hang
This commit is contained in:
commit
3a8a5f75b8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ describe 'apt class' do
|
|||
end
|
||||
it 'should still work' do
|
||||
shell('apt-get update')
|
||||
shell('apt-get -y upgrade')
|
||||
shell('apt-get -y --force-yes upgrade')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue