about summary refs log tree commit homepage
path: root/test/test_extras_proxy_pass.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_extras_proxy_pass.rb')
-rw-r--r--test/test_extras_proxy_pass.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test_extras_proxy_pass.rb b/test/test_extras_proxy_pass.rb
index 495a920..851b6aa 100644
--- a/test/test_extras_proxy_pass.rb
+++ b/test/test_extras_proxy_pass.rb
@@ -1,6 +1,10 @@
 # Copyright (C) 2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
 require_relative 'server_helper'
+begin
+  require 'kcar'
+rescue LoadError
+end
 
 class TestExtrasProxyPass < Testcase
   ENV["N"].to_i > 1 and parallelize_me!
@@ -27,6 +31,7 @@ class TestExtrasProxyPass < Testcase
   def setup
     @srv2 = TCPServer.new(ENV["TEST_HOST"] || "127.0.0.1", 0)
     server_helper_setup
+    skip "kcar missing for extras/proxy_pass" unless defined?(Kcar)
   end
 
   def teardown