Skip to content

Commit 1c06ea7

Browse files
committed
(CAT-1486) - Removing --force-yes flag with alternative flags
1 parent 0326833 commit 1c06ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/apt_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class { 'apt':
4848

4949
it 'stills work' do
5050
run_shell('apt-get update')
51-
run_shell('apt-get -y --force-yes upgrade')
51+
run_shell('apt-get -y --allow-downgrades --allow-remove-essential --allow-change-held-packages upgrade')
5252
end
5353
end
5454

0 commit comments

Comments
 (0)