when loading a test file, append ./ this way it won't conflict with a stdlib file with the same name
--- MacRuby/branches/experimental/test_vm.rb 2009-06-25 18:09:07 UTC (rev 1928)
+++ MacRuby/branches/experimental/test_vm.rb 2009-06-25 18:09:46 UTC (rev 1929)
@@ -79,7 +79,7 @@
$test_only.each do |what|
print "#{what} "
$stdout.flush
- load "#{what}.rb"
+ load "./#{what}.rb"
puts
end