update-test: fix for mkdir block form

This commit is contained in:
Jonathan Chang 2018-12-27 12:01:47 -08:00
parent 406272f007
commit 1e57725e8f

View File

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