about summary refs log tree commit homepage
path: root/test/exec/test_exec.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-02-06 22:17:26 +0000
committerEric Wong <e@80x24.org>2015-04-22 18:57:04 +0000
commitdac42b86497e98d5f184d4c40ddc4ca718383403 (patch)
tree4c22c5b5f80621ccf9e3b0c5719e2c8f2343ad1b /test/exec/test_exec.rb
parentc3271c2eb26578316d7cecad1a2b99e1814a5fa3 (diff)
downloadunicorn-dac42b86497e98d5f184d4c40ddc4ca718383403.tar.gz
This fixes a bug introduced in
commit fe83ead4eae6f011fa15f506cd80cb4256813a92
(GNUmakefile: fix clean gem build + reduce build cruft)
which broke clean Ruby installations without an existing
unicorn gem installed :x

[fixed test/unit/test_http_parser_xftrust.rb for backport]
Diffstat (limited to 'test/exec/test_exec.rb')
-rw-r--r--test/exec/test_exec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/exec/test_exec.rb b/test/exec/test_exec.rb
index 10a1bae..6deb96b 100644
--- a/test/exec/test_exec.rb
+++ b/test/exec/test_exec.rb
@@ -2,7 +2,7 @@
 
 # Copyright (c) 2009 Eric Wong
 FLOCK_PATH = File.expand_path(__FILE__)
-require 'test/test_helper'
+require './test/test_helper'
 
 do_test = true
 $unicorn_bin = ENV['UNICORN_TEST_BIN'] || "unicorn"