openSUSE / salt

openSUSE and SUSE patches and backports for SaltStack
Apache License 2.0
22 stars 52 forks source link

Change zfs module test dependency from man to more #651

Closed m-czernek closed 3 months ago

m-czernek commented 5 months ago

What does this PR do?

The test requires a file that the test can open and read. The problem with temp files is that the files pytest keeps the files open during the test (because the file gets deleted when closed). Consequently, the test previously used the /usr/bin/man file.

With our support of SL Micro, man is not available, so I changed man to more.

m-czernek commented 3 months ago

Test failure resolved without the change, closing