зеркало из https://github.com/github/ruby.git
spec: disable a part of Kernel.open spec where spawns a process for WASI
WASI doesn't provide a way to spawn a new process
This commit is contained in:
Родитель
df6f2b645f
Коммит
7023b3d394
|
@ -27,7 +27,7 @@ describe "Kernel#open" do
|
|||
open(@name, "r") { |f| f.gets }.should == @content
|
||||
end
|
||||
|
||||
platform_is_not :windows do
|
||||
platform_is_not :windows, :wasi do
|
||||
it "opens an io when path starts with a pipe" do
|
||||
@io = open("|date")
|
||||
begin
|
||||
|
|
Загрузка…
Ссылка в новой задаче