8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d314870 commit f488885Copy full SHA for f488885
test/ruby/test_process.rb
@@ -1243,14 +1243,6 @@ def test_too_long_path
1243
assert_raise(*exs, bug4314) {Process.spawn("a" * 10_000_000)}
1244
end
1245
1246
- def test_too_long_path2
1247
- skip
1248
- bug4315 = '[ruby-core:34833]'
1249
- exs = [Errno::ENOENT]
1250
- exs << Errno::E2BIG if defined?(Errno::E2BIG)
1251
- assert_raise(*exs, bug4315) {Process.spawn('"a"|'*10_000_000)}
1252
- end
1253
-
1254
def test_system_sigpipe
1255
return if windows?
1256
0 commit comments