8012530: test/sun/security/provider/SecureRandom/StrongSeedReader.java failing

Reviewed-by: wetmore
This commit is contained in:
Alan Bateman 2013-04-25 17:10:36 -07:00 committed by Bradford Wetmore
parent 9822b2cd84
commit d51ab5c39c

View File

@ -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.