From 3057de0d2bc7c007233a946aaccdde7d745b3109 Mon Sep 17 00:00:00 2001 From: kinichiro Date: Tue, 1 Sep 2015 19:23:15 +0900 Subject: [PATCH] use CP_LIBC for copying tests/memmem.c --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # copy libc tests $CP $libc_regress/arc4random-fork/arc4random-fork.c tests/arc4randomforktest.c $CP $libc_regress/explicit_bzero/explicit_bzero.c tests -$CP $libc_src/string/memmem.c tests +$CP_LIBC $libc_src/string/memmem.c tests $CP $libc_regress/timingsafe/timingsafe.c tests # copy libssl tests