spec/installer_spec.rb in xcode-install-2.5.0 vs spec/installer_spec.rb in xcode-install-2.6.0
- old
+ new
@@ -33,9 +33,10 @@
xip_path = File.join(File.expand_path('~'), '/Library/Caches/XcodeInstall/Xcode_9.3.xip')
progress_log_file = File.join(File.expand_path('~'), "/Library/Caches/XcodeInstall/progress.#{current_time}.progress")
command = [
'curl',
+ '--disable',
'--cookie customCookie',
'--cookie-jar /tmp/curl-cookies.txt',
'--retry 3',
'--location',
'--continue-at -',