Diff io-wait-0.3.2 with a io-wait-0.3.6

/usr/portage/dev-ruby/io-wait/io-wait-0.3.6.ebuild 2025-11-23 18:18:02.448489551 +0300
31 31
	# Avoid tests that require a working console
32 32
	sed -e '/test_wait_mask_\(negative\|readable\|writable\|zero\)/aomit("Requires working console")' \
33 33
		-i test/io/wait/test_io_wait.rb || die
34
	sed	-e '/test_after_ungetc_in_text_/aomit("Requires working console")' \
35
		-i test/io/wait/test_io_wait_uncommon.rb || die
34 36
}
35 37

  
36 38
each_ruby_test() {
Thank you!