Merge pull request #5450 from jonchang/fix-update-test

update-test: fix for mkdir block form
This commit is contained in:
Jonathan Chang 2018-12-27 19:17:59 -08:00 committed by GitHub
commit fdffb39514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,8 @@ module Homebrew
puts "Start commit: #{start_commit}"
puts "End commit: #{end_commit}"
mkdir "update-test" do
mkdir "update-test"
chdir "update-test" do
curdir = Pathname.new(Dir.pwd)
oh1 "Setup test environment..."