fix tests to run correctly under 1.9.2preview1
commit344b85ff28e160daa6563ab7c80b733abdeb874a
authorEric Wong <normalperson@yhbt.net>
Sun, 19 Jul 2009 23:48:12 +0000 (19 16:48 -0700)
committerEric Wong <normalperson@yhbt.net>
Sun, 19 Jul 2009 23:50:53 +0000 (19 16:50 -0700)
tree352b5b55ffc47bca0a3ee0e504d6ee3b1a07a890
parent97e469fc3afb751618b8b9a7b364cb447aaf90dd
fix tests to run correctly under 1.9.2preview1

test/test_helper doesn't seem to be required correctly anymore,
since we know our own module/test names don't conflict, just
fix RUBYLIB to include $(test_prefix)

With test_util.rb, using #reopen with Tempfile objects seems
prone to the objects being closed.  Not completely sure what is
going on but I'll just sidestep around it since I've stopped
trusting Tempfile by now...
GNUmakefile
test/unit/test_util.rb