Skip to content

Commit 44e3492

Browse files
committed
test: common: More newTempPath()
1 parent 79c22ca commit 44e3492

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

junixsocket-common/src/test/java/org/newsclub/net/unix/domain/AFUNIXAddressSpecifics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public AFServerSocket<?> newServerSocket() throws IOException {
8686

8787
@Override
8888
public AFSocketAddress newTempAddressForDatagram() throws IOException {
89-
return AFUNIXSocketAddress.of(SocketTestBase.newTempFile());
89+
return AFUNIXSocketAddress.of(SocketTestBase.newTempPath());
9090
}
9191

9292
@Override

0 commit comments

Comments
 (0)