[ruby/irb] Fix IntegrationTestCase

(https://github.com/ruby/irb/pull/667)

https://github.com/ruby/irb/commit/79fc6dcf5f
This commit is contained in:
Stan Lo 2023-08-04 12:15:58 +01:00 committed by git
parent 4f99240b2e
commit 0dc0c24cad

View File

@ -79,7 +79,7 @@ module TestIRB
end
end
class IntegrationTestCase
class IntegrationTestCase < TestCase
LIB = File.expand_path("../../lib", __dir__)
TIMEOUT_SEC = 3