Skip to content

Commit

Permalink
Fixing isolation test
Browse files Browse the repository at this point in the history
[#3022 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
  • Loading branch information
Jay Pignata authored and jeremy committed Aug 10, 2009
1 parent b3381ca commit 793a9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/test/isolation_test.rb
Expand Up @@ -73,7 +73,7 @@ class ParentIsolationTest < ActiveSupport::TestCase
File.open(File.join(File.dirname(__FILE__), "fixtures", "isolation_test"), "w") {}

ENV["CHILD"] = "1"
OUTPUT = `#{Gem.ruby} -I#{File.dirname(__FILE__)} #{File.expand_path(__FILE__)} -v`
OUTPUT = `#{Gem.ruby} -I#{File.dirname(__FILE__)} "#{File.expand_path(__FILE__)}" -v`
ENV.delete("CHILD")

def setup
Expand Down

0 comments on commit 793a9f1

Please sign in to comment.