diff options
Diffstat (limited to 't')
| -rwxr-xr-x | t/test-suite | 2 | 
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' | 
