We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c475c9 commit 582ff3fCopy full SHA for 582ff3f
1 file changed
test/ruby/test_process.rb
@@ -1395,11 +1395,13 @@ def test_fallback_to_sh
1395
end if File.executable?("/bin/sh")
1396
1397
def test_spawn_too_long_path
1398
+ skip unless windows?
1399
bug4314 = '[ruby-core:34842]'
1400
assert_fail_too_long_path(%w"echo", bug4314)
1401
end
1402
1403
def test_aspawn_too_long_path
1404
1405
bug4315 = '[ruby-core:34833]'
1406
assert_fail_too_long_path(%w"echo |", bug4315)
1407
0 commit comments