mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-19 15:39:09 +00:00
8012530: test/sun/security/provider/SecureRandom/StrongSeedReader.java failing
Reviewed-by: wetmore
This commit is contained in:
parent
9822b2cd84
commit
d51ab5c39c
@ -49,7 +49,7 @@ public class StrongSeedReader {
|
||||
|
||||
File file = null;
|
||||
try {
|
||||
file = new File(System.getProperty("java.io.tmpdir") +
|
||||
file = new File(System.getProperty("java.io.tmpdir"),
|
||||
"StrongSeedReader.tmpdata");
|
||||
|
||||
// write a bunch of 0's to the file.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user