diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2015-09-01 19:23:15 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2015-09-01 19:23:15 +0900 |
commit | 3057de0d2bc7c007233a946aaccdde7d745b3109 (patch) | |
tree | cc375029df451cf2f2baeac42ba2773b7954cfee /update.sh | |
parent | afcfb2d5047075946a695819ba3723349feaf663 (diff) | |
download | portable-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-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |