[Integration] Fix checking out files regexp

parent b3a47a6f
...@@ -139,7 +139,7 @@ describe_cli 'pod' do ...@@ -139,7 +139,7 @@ describe_cli 'pod' do
s.replace_pattern /git checkout -b <new-branch-name>/, 'git checkout -b new_branch_name' s.replace_pattern /git checkout -b <new-branch-name>/, 'git checkout -b new_branch_name'
# git sometimes prints this, but not always ¯\_(ツ)_/¯ # git sometimes prints this, but not always ¯\_(ツ)_/¯
s.replace_pattern /^\s*Checking out files.*done\.[\n]?/, '' s.replace_pattern /^\s*Checking out files.*done\./, ''
s.replace_path %r{ s.replace_path %r{
`[^`]*? # The opening backtick on a plugin path `[^`]*? # The opening backtick on a plugin path
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment