Browse Source

add --force-yes so deb7 doesn't hang

Morgan Haskel 9 năm trước cách đây
mục cha
commit
c5edc86c3c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      spec/acceptance/apt_spec.rb

+ 1 - 1
spec/acceptance/apt_spec.rb

@@ -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