aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-04-08 14:07:39 -0400
committerRich Salz <rsalz@openssl.org>2015-04-08 14:07:39 -0400
commitbe739b0cc05cda920377d3c12c26b2dc6aa44daf (patch)
tree05d659d0be94abded8f5a644542de502bbe49e34 /util
parent5adac91eab78d0ba8b5c84e7c883ae123c28a72b (diff)
downloadopenssl-be739b0cc05cda920377d3c12c26b2dc6aa44daf.tar.gz
Drop CA.sh for CA.pl
Remove CA.sh script and use CA.pl for testing, etc. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'util')
-rw-r--r--util/pl/unix.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/pl/unix.pl b/util/pl/unix.pl
index 81a6f0b847..652e7ee763 100644
--- a/util/pl/unix.pl
+++ b/util/pl/unix.pl
@@ -417,13 +417,13 @@ sub get_tests
);
$copies .= copy_scripts(1, 'util', @utils);
- my @apps = ( 'CA.sh',
+ my @apps = ( 'CA.pl',
'openssl.cnf',
'server2.pem',
);
$copies .= copy_scripts(1, 'apps', @apps);
- $scripts = "test_scripts: \$(TEST_D)/CA.sh \$(TEST_D)/opensslwrap.sh \$(TEST_D)/openssl.cnf \$(TEST_D)/shlib_wrap.sh ocsp smime\n";
+ $scripts = "test_scripts: \$(TEST_D)/CA.pl \$(TEST_D)/opensslwrap.sh \$(TEST_D)/openssl.cnf \$(TEST_D)/shlib_wrap.sh ocsp smime\n";
$scripts .= "\nocsp:\n\tcp -R test/ocsp-tests \$(TEST_D)\n";
$scripts .= "\smime:\n\tcp -R test/smime-certs \$(TEST_D)\n";