disable biotest

This commit is contained in:
Brent Cook 2015-02-06 20:41:07 -06:00
parent be5d0cca13
commit c386ab2149

View File

@ -194,6 +194,9 @@ for i in `find $libcrypto_regress -name '*.c'`; do
$CP "$i" tests
done
# the BIO tests rely on resolver results that are OS and environment-specific
rm tests/biotest.c
# copy libc tests
$CP $libc_regress/arc4random-fork/arc4random-fork.c tests/arc4randomforktest.c
$CP $libc_regress/explicit_bzero/explicit_bzero.c tests