diff options
Diffstat (limited to 'bootstraptest/runner.rb')
-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 |