about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-11 15:29:26 -0700
committerEric Wong <normalperson@yhbt.net>2010-06-11 15:29:26 -0700
commit97dca61543683b286eac41c6fb2665e5a13098c6 (patch)
tree59036663c094bb8ff28ddcbcbc1534791cddbef7 /t
parent549ac1249142d2f9a75f8eb05963898c53ab6b6d (diff)
downloadunicorn-97dca61543683b286eac41c6fb2665e5a13098c6.tar.gz
Ruby 1.9.2 no longer adds the current directory to $LOAD_PATH
automatically.
Diffstat (limited to 't')
-rwxr-xr-xt/t0005-working_directory_app.rb.sh2
1 files changed, 1 insertions, 1 deletions
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
 }