mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Wait for output results to test correctly
This commit is contained in:
parent
969bdc6f07
commit
a88169bbe9
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ module BasetestReadline
|
|||
loop do
|
||||
c = _out.read(1)
|
||||
log << c if c
|
||||
break if log.include?('input>')
|
||||
break if log.include?('input> ')
|
||||
end
|
||||
log << "** SIGINT **"
|
||||
Process.kill(:INT, pid)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue