Commit d464fe50 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by Hiroshi Mimaki

Remove the temporary file from the `AF_UNIX` socket test; #4981

parent 6b839b23
...@@ -93,6 +93,7 @@ static int mrb_io_socket_available() ...@@ -93,6 +93,7 @@ static int mrb_io_socket_available()
retval = 0; retval = 0;
} }
sock_test_out: sock_test_out:
unlink(socketname);
close(fd); close(fd);
return retval; return retval;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment