always use the same perl in $PATH
authora1346054 <36859588+a1346054@users.noreply.github.com>
Thu, 19 Aug 2021 11:05:15 +0000 (11:05 +0000)
committerPauli <pauli@openssl.org>
Thu, 2 Sep 2021 02:55:39 +0000 (12:55 +1000)
commit473664aafdff1f60db99929bdd43c2a9b26d14cd
treea96e6d39b30cf6b5b649090f2512cbe836d24734
parent3a1fa0116a92235ba200228e4bb60d6a3a7f4113
always use the same perl in $PATH

Different tests may use unexpectedly different versions of perl,
depending on whether they hardcode the path to the perl executable or if
they resolve the path from the environment. This fixes it so that the
same perl is always used.

Fix some trailing whitespace and spelling mistakes as well.

CLA: trivial

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16362)
23 files changed:
.github/ISSUE_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/cross-compiles.yml
.github/workflows/run-checker-ci.yml
ACKNOWLEDGEMENTS.md
Configurations/unix-checker.pm
Configurations/windows-checker.pm
INSTALL.md
dev/release-aux/fix-title.pl
dev/release-aux/release-state-fn.sh
dev/release.sh
test/README-dev.md
test/recipes/06-test_algorithmid.t
test/recipes/06-test_rdrand_sanity.t
test/recipes/80-test_cipherbytes.t
test/recipes/80-test_cipherlist.t
test/recipes/80-test_ciphername.t
test/recipes/90-test_includes.t
util/check-format.pl
util/echo.pl
util/fips-checksums.sh
util/fix-deprecation