8000 remove skipped test_too_long_path2 test · github/ruby@f488885 · GitHub
[go: up one dir, main page]

Skip to content

Commit f488885

Browse files
author
Charlie Somerville
committed
remove skipped test_too_long_path2 test
1 parent d314870 commit f488885

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/ruby/test_process.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,14 +1243,6 @@ def test_too_long_path
12431243
assert_raise(*exs, bug4314) {Process.spawn("a" * 10_000_000)}
12441244
end
12451245

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-
12541246
def test_system_sigpipe
12551247
return if windows?
12561248

0 commit comments

Comments
 (0)
0