about summary refs log tree commit homepage
path: root/t/t0500-cramp-streaming.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0500-cramp-streaming.sh')
-rwxr-xr-xt/t0500-cramp-streaming.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t0500-cramp-streaming.sh b/t/t0500-cramp-streaming.sh
index b97853d..81fd55d 100755
--- a/t/t0500-cramp-streaming.sh
+++ b/t/t0500-cramp-streaming.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 7 "streaming test for Cramp"