Use safe tmp dir

This commit is contained in:
Joshua Peek 2009-08-13 21:02:49 -05:00
parent 8692b11e81
commit 7a26c21d8e
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ $:.unshift(File.dirname(__FILE__) + '/lib')
$:.unshift(File.dirname(__FILE__) + '/fixtures/helpers')
$:.unshift(File.dirname(__FILE__) + '/fixtures/alternate_helpers')
ENV['TMPDIR'] = File.join(File.dirname(__FILE__), 'tmp')
ENV['new_base'] = "true"
$stderr.puts "Running old tests on new_base"

0
actionpack/test/tmp/.gitignore vendored Normal file
View File