require 'rbconfig'
ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
Dir.chdir 'test'
exec "#{ruby} -I. suite.rb"
