diff options
author | Brent Cook <bcook@openbsd.org> | 2015-02-06 20:41:07 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-02-06 20:41:07 -0600 |
commit | c386ab21492d16f9f33b9231b63103df53f62ca8 (patch) | |
tree | eede3eb0314a745cfb4af5098321268f5eea8ae6 /update.sh | |
parent | be5d0cca13c00f5615c16fcfaa5674558a29568b (diff) | |
download | portable-c386ab21492d16f9f33b9231b63103df53f62ca8.tar.gz portable-c386ab21492d16f9f33b9231b63103df53f62ca8.tar.bz2 portable-c386ab21492d16f9f33b9231b63103df53f62ca8.zip |
disable biotest
Diffstat (limited to 'update.sh')
-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 |