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

This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-04-28 18:13:43 +09:00
committed by Hiroshi Mimaki
parent 6b839b2319
commit d464fe5003
+1
View File
@@ -93,6 +93,7 @@ static int mrb_io_socket_available()
retval = 0;
}
sock_test_out:
unlink(socketname);
close(fd);
return retval;
}