about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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
 }