summaryrefslogtreecommitdiff
path: root/test/irb/test_cmd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/irb/test_cmd.rb')
-rw-r--r--test/irb/test_cmd.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/irb/test_cmd.rb b/test/irb/test_cmd.rb
index 1739bc293d..e330aa3a44 100644
--- a/test/irb/test_cmd.rb
+++ b/test/irb/test_cmd.rb
@@ -415,6 +415,7 @@ module TestIRB
"\n",
])
IRB.conf[:PROMPT_MODE] = :SIMPLE
+ IRB.conf[:VERBOSE] = false
irb = IRB::Irb.new(IRB::WorkSpace.new(self), input)
out, _ = capture_output do
irb.eval_input
@@ -436,6 +437,7 @@ module TestIRB
"\n",
])
IRB.conf[:PROMPT_MODE] = :SIMPLE
+ IRB.conf[:VERBOSE] = false
irb = IRB::Irb.new(IRB::WorkSpace.new(self), input)
out, _ = capture_output do
IRB::TestHelper.without_rdoc do