Skip to content

Commit bfc697f

Browse files
committed
test/io/console/test_io_console.rb: parens needed
1 parent 17e09f0 commit bfc697f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/io/console/test_io_console.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def test_intr
390390
# TestIO_Console#test_intr [/usr/home/chkbuild/chkbuild/tmp/build/20220304T163001Z/ruby/test/io/console/test_io_console.rb:387]:
391391
# <"25"> expected but was
392392
# <"-e:12:in `p': \e[1mexecution expired (\e[1;4mTimeout::Error\e[m\e[1m)\e[m">.
393-
if cc = ctrl["dsusp"] && /freebsd/ !~ RUBY_PLATFORM
393+
if (cc = ctrl["dsusp"]) && /freebsd/ !~ RUBY_PLATFORM
394394
assert_ctrl("#{cc.ord}", cc, r, w)
395395
assert_ctrl("#{cc.ord}", cc, r, w)
396396
assert_ctrl("#{cc.ord}", cc, r, w)

0 commit comments

Comments
 (0)