aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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