about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-11-02 23:20:38 +0000
committerEric Wong <normalperson@yhbt.net>2011-11-02 23:20:38 +0000
commitc5bb0bffe17e7fa924fcca2f5dc85271ac466cea (patch)
tree879901d78a3b31bcb88c0d46de363ee01a45e673
parent77b927de0c7c0f0e5e96691f2c9099e307c3e1f3 (diff)
downloadmogilefs-client-c5bb0bffe17e7fa924fcca2f5dc85271ac466cea.tar.gz
-rw-r--r--test/test_mogilefs_socket_kgio.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_mogilefs_socket_kgio.rb b/test/test_mogilefs_socket_kgio.rb
index e44ed0a..0c107d9 100644
--- a/test/test_mogilefs_socket_kgio.rb
+++ b/test/test_mogilefs_socket_kgio.rb
@@ -4,7 +4,7 @@ begin
   require "kgio"
   require "mogilefs/socket/kgio"
 rescue LoadError
-end
+end unless ENV["MOGILEFS_CLIENT_PURE"]
 
 class TestSocketKgio < Test::Unit::TestCase
   include SocketTest