lib/kitchen/transport/ssh.rb in test-kitchen-2.3.4 vs lib/kitchen/transport/ssh.rb in test-kitchen-2.4.0

- old
+ new

@@ -14,10 +14,10 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -require "kitchen" +require_relative "../../kitchen" require "fileutils" require "net/ssh" require "net/ssh/gateway" require "net/ssh/proxy/http"