Skip to content

Commit b1bcad5

Browse files
spec: skip '~' test for wasi due to lack of shell
1 parent fe2e5c1 commit b1bcad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ruby/core/dir/home_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
end
2929
end
3030

31-
platform_is_not :windows, :solaris, :android do
31+
platform_is_not :windows, :solaris, :android, :wasi do
3232
it "returns the named user's home directory, from the user database" do
3333
Dir.home(ENV['USER']).should == `echo ~#{ENV['USER']}`.chomp
3434
end

0 commit comments

Comments
 (0)