mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-04-26 17:25:52 +03:00
[GH-ISSUE #246] [BUG] run the runTestHosts.sh fails with error #71
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @l3nnartt on GitHub (Feb 23, 2023).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/246
Originally assigned to: @konstruktoid on GitHub.
Describe the bug
if we start the runHostTests.sh we got an error:
grep: ./*_*.bats: No such file or directoryTo Reproduce
sudo apt-get -y install bats
git clone https://github.com/konstruktoid/hardening.git
cd hardening/tests/
bash ./runHostTests.sh
Expected behavior
that the script runs correct(?)
System (lsb_release -a):
Additional context
///
@konstruktoid commented on GitHub (Feb 23, 2023):
Hi @l3nnartt and thanks for creating this issue. A fix is soon available.
@konstruktoid commented on GitHub (Feb 23, 2023):
Should be fixed now.
@l3nnartt commented on GitHub (Feb 23, 2023):
works, thanks for the quick reply!