From 97dca61543683b286eac41c6fb2665e5a13098c6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 11 Jun 2010 15:29:26 -0700 Subject: t0005: Ruby 1.9.2 $LOAD_PATH fix Ruby 1.9.2 no longer adds the current directory to $LOAD_PATH automatically. --- t/t0005-working_directory_app.rb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t0005-working_directory_app.rb.sh b/t/t0005-working_directory_app.rb.sh index ba43387..37c6fa7 100755 --- a/t/t0005-working_directory_app.rb.sh +++ b/t/t0005-working_directory_app.rb.sh @@ -18,7 +18,7 @@ EOF # the whole point of this exercise echo "working_directory '$t_pfx.app'" >> $unicorn_config cd / - unicorn -D -c $unicorn_config fooapp.rb + unicorn -D -c $unicorn_config -I. fooapp.rb unicorn_wait_start } -- cgit v1.2.3-24-ge0c7