summaryrefslogtreecommitdiff
path: root/spec/rubyspec/library/socket/unixsocket/send_io_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/library/socket/unixsocket/send_io_spec.rb')
-rw-r--r--spec/rubyspec/library/socket/unixsocket/send_io_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/rubyspec/library/socket/unixsocket/send_io_spec.rb b/spec/rubyspec/library/socket/unixsocket/send_io_spec.rb
index fb6ce9ba17..ec8d6b2314 100644
--- a/spec/rubyspec/library/socket/unixsocket/send_io_spec.rb
+++ b/spec/rubyspec/library/socket/unixsocket/send_io_spec.rb
@@ -20,7 +20,7 @@ describe "UNIXSocket#send_io" do
@file.close
@client.close
@server.close
- rm_r @path
+ SocketSpecs.rm_socket @path
end
it "sends the fd for an IO object across the socket" do