Merge pull request #12826 from chrisroberts/fix-fake-ftp-patching
Only patch fake_ftp when running tests
This commit is contained in:
commit
feb763caaf
@ -18,9 +18,6 @@ end
|
||||
# Add our patches to net-ssh
|
||||
require "vagrant/patches/net-ssh"
|
||||
|
||||
# Add our patches to fake_ftp
|
||||
require "vagrant/patches/fake_ftp"
|
||||
|
||||
require "optparse"
|
||||
|
||||
module Vagrant
|
||||
|
||||
@ -10,6 +10,9 @@ require "rspec/its"
|
||||
require "vagrant"
|
||||
require "vagrant/util/platform"
|
||||
|
||||
# Include patches for fake ftp
|
||||
require "vagrant/patches/fake_ftp"
|
||||
|
||||
# Add the test directory to the load path
|
||||
$:.unshift File.expand_path("../../", __FILE__)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user