From c386ab21492d16f9f33b9231b63103df53f62ca8 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 6 Feb 2015 20:41:07 -0600 Subject: disable biotest --- update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update.sh b/update.sh index 925c327..50bca89 100755 --- a/update.sh +++ b/update.sh @@ -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 -- cgit v1.2.3-55-g6feb