aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-02-06 20:41:07 -0600
committerBrent Cook <bcook@openbsd.org>2015-02-06 20:41:07 -0600
commitc386ab21492d16f9f33b9231b63103df53f62ca8 (patch)
treeeede3eb0314a745cfb4af5098321268f5eea8ae6 /update.sh
parentbe5d0cca13c00f5615c16fcfaa5674558a29568b (diff)
downloadportable-c386ab21492d16f9f33b9231b63103df53f62ca8.tar.gz
portable-c386ab21492d16f9f33b9231b63103df53f62ca8.tar.bz2
portable-c386ab21492d16f9f33b9231b63103df53f62ca8.zip
disable biotest
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 3 insertions, 0 deletions
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
194 $CP "$i" tests 194 $CP "$i" tests
195done 195done
196 196
197# the BIO tests rely on resolver results that are OS and environment-specific
198rm 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