1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Skip specs on AIX as it doesn't have /dev/fd

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eregon 2018-12-29 21:55:12 +00:00
parent c608af0f1e
commit 65b1cf0e82

View file

@ -651,7 +651,7 @@ describe "Process.spawn" do
lambda { Process.spawn("echo", nonesuch: :foo) }.should raise_error(ArgumentError)
end
platform_is_not :windows do
platform_is_not :windows, :aix do
describe "with Integer option keys" do
before :each do
@name = tmp("spawn_fd_map.txt")