Skip to content

Commit

Permalink
Modified some comments made by @dirkmueller and @grisu48
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Herranz Ramírez committed Oct 28, 2024
1 parent 6c426e4 commit 02efc4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_fips.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,14 +327,14 @@ def test_icainfo_binary(container_per_test: ContainerData) -> None:
)
def test_nss_firefox_cert(container_per_test: ContainerData) -> None:
container_per_test.connection.check_output(
"zypper -n install mozilla-nss mozilla-nss-tools"
"zypper -n install mozilla-nss-tools"
)
# Seed file
container_per_test.connection.check_output(
"cat /dev/urandom | head -n 120 > seedfile.dat"
"dd if=/dev/urandom bs=1k count=32767 of=seedfile.dat"
)
# Empty password
container_per_test.connection.check_output('echo "" > password.txt')
container_per_test.connection.check_output('touch password.txt')
# Create database, needed prerequisite, needs one <enter> as interaction
assert (
container_per_test.connection.check_output(
Expand Down

0 comments on commit 02efc4e

Please sign in to comment.