From: "Florian Groß" Date: 2005-05-06T00:06:13+09:00 Subject: Re: FW: [Rake-devel] the origin of the strange bug on win2k Berger, Daniel wrote: > Concerning the tests, the problem lies in test/testfileutils.rb at line > 99: > ----8<---- > ruby %{-e "exit $RAKE_TEST_RUBY"} do |ok, status| > assert(!ok) > assert_equal 123, status.exitstatus > block_run = true > end > ----8<---- > > Unfortunatly, replacing $RAKE_TEST_RUBY with %RAKE_TEST_RUBY% doesn't > work. I've > conducted some tests to see what could work, see the attachment. ... But > I don't > find any solution yet. Can't you just do "exit ENV['RAKE_TEST_RUBY']"?