We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67266a commit 9f35b5eCopy full SHA for 9f35b5e
test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java
@@ -129,6 +129,7 @@ private static void initFile() throws Exception {
129
return;
130
}
131
fifoFile = new File("x.fifo");
132
+ fifoFile.deleteOnExit();
133
if (fifoFile.exists()) {
134
if (!fifoFile.delete())
135
throw new IOException("Cannot delete existing fifo " + fifoFile);
0 commit comments