Merge pull request #5450 from jonchang/fix-update-test
update-test: fix for mkdir block form
This commit is contained in:
commit
fdffb39514
@ -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..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user