summaryrefslogtreecommitdiff
path: root/t/test-suite
diff options
context:
space:
mode:
Diffstat (limited to 't/test-suite')
-rwxr-xr-xt/test-suite2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-suite b/t/test-suite
index 9500052..02df298 100755
--- a/t/test-suite
+++ b/t/test-suite
@@ -11,7 +11,7 @@
#
base = File.dirname(__FILE__)
%w(bin lib .).each do |d|
- $: << File.expand_path(File.join(base, "../#{d}"))
+ $LOAD_PATH << File.expand_path(File.join(base, "../#{d}"))
end
require 'test/unit'