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

parent 86271572
......@@ -93,6 +93,7 @@ static int mrb_io_socket_available()
retval = 0;
}
sock_test_out:
unlink(socketname);
close(fd);
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