We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0326833 + 1c06ea7 commit 6ab5dc4Copy full SHA for 6ab5dc4
spec/acceptance/apt_spec.rb
@@ -48,7 +48,7 @@ class { 'apt':
48
49
it 'stills work' do
50
run_shell('apt-get update')
51
- run_shell('apt-get -y --force-yes upgrade')
+ run_shell('apt-get -y --allow-downgrades --allow-remove-essential --allow-change-held-packages upgrade')
52
end
53
54
0 commit comments