From 473664aafdff1f60db99929bdd43c2a9b26d14cd Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Thu, 19 Aug 2021 11:05:15 +0000 Subject: [PATCH] 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 Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16362) --- .github/ISSUE_TEMPLATE.md | 4 ++-- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- .github/workflows/cross-compiles.yml | 4 ++-- .github/workflows/run-checker-ci.yml | 1 - ACKNOWLEDGEMENTS.md | 1 - Configurations/unix-checker.pm | 2 +- Configurations/windows-checker.pm | 2 +- INSTALL.md | 2 +- dev/release-aux/fix-title.pl | 2 +- dev/release-aux/release-state-fn.sh | 3 +-- dev/release.sh | 4 ++-- test/README-dev.md | 4 ++-- test/recipes/06-test_algorithmid.t | 4 ++-- test/recipes/06-test_rdrand_sanity.t | 4 ++-- test/recipes/80-test_cipherbytes.t | 2 +- test/recipes/80-test_cipherlist.t | 2 +- test/recipes/80-test_ciphername.t | 2 +- test/recipes/90-test_includes.t | 2 +- util/check-format.pl | 2 +- util/echo.pl | 2 +- util/fips-checksums.sh | 4 ++-- util/fix-deprecation | 2 +- 23 files changed, 30 insertions(+), 33 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 7a89c4ef13..942a8fc5c6 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,7 +1,7 @@