You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We fixed duplicate error messages (issue OpenSCAP#707). But in this test,
we assumed that there are 6 lines on stderr. Actually two of them
were duplicated. We should not count number of lines on stderr
because we may add a new warning somewhere in our code and it will
break the test again. This commit stops testing stderr line count.
Errors that are reported using oscap_seterr are displayed twice.
For example:
This is probably caused by #630
The text was updated successfully, but these errors were encountered: