mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
parent
55930987e1
commit
ef7c7f9e77
Notes:
git
2025-03-24 04:25:24 +00:00
2 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ assert_equal 'ok', %q{
|
|||
|
||||
10.times do
|
||||
pid = fork{ exit!(0) }
|
||||
deadline = now + 30
|
||||
deadline = now + 10
|
||||
until Process.waitpid(pid, Process::WNOHANG)
|
||||
if now > deadline
|
||||
Process.kill(:KILL, pid)
|
||||
|
|
|
@ -1204,7 +1204,7 @@ RSpec.describe "bundle install with git sources" do
|
|||
gem "foo", :git => "#{lib_path("foo-1.0")}", :branch => "deadbeef"
|
||||
G
|
||||
|
||||
expect(err).to match(/deadbeef (not found in upstream origin|does not exist in the repository)/)
|
||||
expect(err).to include("Revision deadbeef does not exist in the repository")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue