add --force-yes so deb7 doesn't hang
This commit is contained in:
parent
ac15a0e2f4
commit
c5edc86c3c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ describe 'apt class' do
|
||||||
end
|
end
|
||||||
it 'should still work' do
|
it 'should still work' do
|
||||||
shell('apt-get update')
|
shell('apt-get update')
|
||||||
shell('apt-get -y upgrade')
|
shell('apt-get -y --force-yes upgrade')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue