about summary refs log tree commit homepage
path: root/t/t0501-cramp-rainsocket.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-07 11:47:05 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-07 11:52:03 -0800
commitf1893ae9786db250fd95def1cf958f2351cb84c5 (patch)
tree4a6f9d44aae7334b2ae7f9275a1088ef8c263f8f /t/t0501-cramp-rainsocket.sh
parent360ba90a9a50b5aabd1c65d51034c7ebe77e36ef (diff)
downloadrainbows-f1893ae9786db250fd95def1cf958f2351cb84c5.tar.gz
We need to split out Cramp tests to Isolate to a
different path, which sucks, but oh well.  Cramp
hasn't had a release in a while...
Diffstat (limited to 't/t0501-cramp-rainsocket.sh')
-rwxr-xr-xt/t0501-cramp-rainsocket.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t0501-cramp-rainsocket.sh b/t/t0501-cramp-rainsocket.sh
index a64145a..762d5ac 100755
--- a/t/t0501-cramp-rainsocket.sh
+++ b/t/t0501-cramp-rainsocket.sh
@@ -7,6 +7,8 @@ EventMachine) ;;
         exit 0
         ;;
 esac
+RUBYLIB=$($RUBY test_isolate_cramp.rb):$RUBYLIB
+export RUBYLIB
 require_check cramp Cramp::VERSION
 
 t_plan 4 "WebSocket monkey patch validity test for Cramp"