mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-02 10:08:29 +02:00
make mv visible
This commit is contained in:
3
.github/workflows/unit_tests.yml
vendored
3
.github/workflows/unit_tests.yml
vendored
@ -30,7 +30,8 @@ jobs:
|
|||||||
- name: Set up system (perl, curl is installed already)
|
- name: Set up system (perl, curl is installed already)
|
||||||
run: |
|
run: |
|
||||||
brew install socat jsonlint cpanminus
|
brew install socat jsonlint cpanminus
|
||||||
mv /opt/homebrew/bin/openssl /opt/homebrew/bin/openssl.NOPE
|
printf "%s\n" "----------"
|
||||||
|
mv -v /opt/homebrew/bin/openssl /opt/homebrew/bin/openssl.NOPE
|
||||||
printf "%s\n" "----------"
|
printf "%s\n" "----------"
|
||||||
perl -V
|
perl -V
|
||||||
printf "%s\n" "----------"
|
printf "%s\n" "----------"
|
||||||
|
Reference in New Issue
Block a user