Skip to content

Commit

Permalink
test/io/console/test_io_console.rb: parens needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Mar 8, 2022
1 parent 17e09f0 commit bfc697f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/io/console/test_io_console.rb
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def test_intr
# TestIO_Console#test_intr [/usr/home/chkbuild/chkbuild/tmp/build/20220304T163001Z/ruby/test/io/console/test_io_console.rb:387]:
# <"25"> expected but was
# <"-e:12:in `p': \e[1mexecution expired (\e[1;4mTimeout::Error\e[m\e[1m)\e[m">.
if cc = ctrl["dsusp"] && /freebsd/ !~ RUBY_PLATFORM
if (cc = ctrl["dsusp"]) && /freebsd/ !~ RUBY_PLATFORM
assert_ctrl("#{cc.ord}", cc, r, w)
assert_ctrl("#{cc.ord}", cc, r, w)
assert_ctrl("#{cc.ord}", cc, r, w)
Expand Down

0 comments on commit bfc697f

Please sign in to comment.