Hi, At Tue, 27 Jan 2009 23:27:31 +0900, Michael King wrote in [ruby-core:21605]: > 1) When I compile a new version of Ruby I want to run test/runner.rb to > check all the tests. If I use the command ./ruby test/runner.rb I will use > the local directories Ruby executable but I am using the systems lib files. > This is a problem if say the system had 1.8.6 installed and I am trying to > test 1.8.7. I am assuming there is a way to run the local Ruby executable > and the local libs without installing the libs in the system, but I can't > seem to find it. make check -- Nobu Nakada