diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-22 04:21:37 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-22 04:21:37 +0000 |
commit | 00e6d5da69fd986b100fd9da18f490d201bd5dd9 (patch) | |
tree | c5a241c487e4e446ec3ce6dce1282aef7cc382e2 /bootstraptest | |
parent | d4486478d4a8c1aa624bad3316470765a490c381 (diff) | |
download | ruby-00e6d5da69fd986b100fd9da18f490d201bd5dd9.tar.gz |
* bootstraptest/runner.rb (in_temporary_working_directory):
don't remove the directory specified by --dir.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r-- | bootstraptest/runner.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb index 117f030365..8a2597bcb2 100644 --- a/bootstraptest/runner.rb +++ b/bootstraptest/runner.rb @@ -205,7 +205,6 @@ end def in_temporary_working_directory(dir) if dir - FileUtils.rm_rf dir Dir.mkdir dir Dir.chdir(dir) { yield |