Skip to content

Commit

Permalink
spec: disable a part of Kernel.open spec where spawns a process for WASI
Browse files Browse the repository at this point in the history
WASI doesn't provide a way to spawn a new process
  • Loading branch information
kateinoigakukun committed Mar 17, 2022
1 parent df6f2b6 commit 7023b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ruby/core/kernel/open_spec.rb
Expand Up @@ -27,7 +27,7 @@
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
Expand Down

0 comments on commit 7023b3d

Please sign in to comment.