diff options
-rwxr-xr-x | update.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -194,6 +194,9 @@ for i in `find $libcrypto_regress -name '*.c'`; do | |||
194 | $CP "$i" tests | 194 | $CP "$i" tests |
195 | done | 195 | done |
196 | 196 | ||
197 | # the BIO tests rely on resolver results that are OS and environment-specific | ||
198 | rm tests/biotest.c | ||
199 | |||
197 | # copy libc tests | 200 | # copy libc tests |
198 | $CP $libc_regress/arc4random-fork/arc4random-fork.c tests/arc4randomforktest.c | 201 | $CP $libc_regress/arc4random-fork/arc4random-fork.c tests/arc4randomforktest.c |
199 | $CP $libc_regress/explicit_bzero/explicit_bzero.c tests | 202 | $CP $libc_regress/explicit_bzero/explicit_bzero.c tests |