aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2015-09-01 19:23:15 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2015-09-01 19:23:15 +0900
commit3057de0d2bc7c007233a946aaccdde7d745b3109 (patch)
treecc375029df451cf2f2baeac42ba2773b7954cfee /update.sh
parentafcfb2d5047075946a695819ba3723349feaf663 (diff)
downloadportable-3057de0d2bc7c007233a946aaccdde7d745b3109.tar.gz
portable-3057de0d2bc7c007233a946aaccdde7d745b3109.tar.bz2
portable-3057de0d2bc7c007233a946aaccdde7d745b3109.zip
use CP_LIBC for copying tests/memmem.c
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 56e8522..f293b3e 100755
--- a/update.sh
+++ b/update.sh
@@ -240,7 +240,7 @@ $CP $libcrypto_regress/pqueue/expected.txt tests/pq_expected.txt
240# copy libc tests 240# copy libc tests
241$CP $libc_regress/arc4random-fork/arc4random-fork.c tests/arc4randomforktest.c 241$CP $libc_regress/arc4random-fork/arc4random-fork.c tests/arc4randomforktest.c
242$CP $libc_regress/explicit_bzero/explicit_bzero.c tests 242$CP $libc_regress/explicit_bzero/explicit_bzero.c tests
243$CP $libc_src/string/memmem.c tests 243$CP_LIBC $libc_src/string/memmem.c tests
244$CP $libc_regress/timingsafe/timingsafe.c tests 244$CP $libc_regress/timingsafe/timingsafe.c tests
245 245
246# copy libssl tests 246# copy libssl tests