HADOOP-7841. Run tests with non-secure random. Contributed by Todd Lipcon.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1204360 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Todd Lipcon 2011-11-21 06:08:39 +00:00
parent 67f25b0a1b
commit 796d308637
1 changed files with 1 additions and 0 deletions

View File

@ -589,6 +589,7 @@
<java.net.preferIPv4Stack>true</java.net.preferIPv4Stack>
<java.security.krb5.conf>${basedir}/src/test/resources/krb5.conf</java.security.krb5.conf>
<java.security.egd>file:///dev/urandom</java.security.egd>
</systemPropertyVariables>
<includes>
<include>**/Test*.java</include>