fix tests to run correctly under 1.9.2preview1
commit864a25c20b1b7d785cdff20f99e4246e7a7f9a93
authorEric Wong <normalperson@yhbt.net>
Sun, 19 Jul 2009 23:48:12 +0000 (19 16:48 -0700)
committerEric Wong <normalperson@yhbt.net>
Mon, 20 Jul 2009 00:13:44 +0000 (19 17:13 -0700)
treecf455585de70a18102a66e478f5a732bef52c527
parent86fd8957c7799368619aa8ce054b440716494a11
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...
(cherry picked from commit 344b85ff28e160daa6563ab7c80b733abdeb874a)
GNUmakefile
test/unit/test_util.rb