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:
parent
c608af0f1e
commit
65b1cf0e82
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue