aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xall.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/all.sh b/all.sh
index 48b47ab..6659606 100755
--- a/all.sh
+++ b/all.sh
@@ -11,8 +11,6 @@ do
echo " TESTING $rel"
echo
. $KERL_INSTALL_PATH/$rel/activate
- cp ~/.kerl/builds/$rel/otp_src_*/lib/ssl/test/erl_make_certs.erl \
- deps/ct_helper/src/
CT_OPTS="-label $rel" make tests
done