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
This control is failing because there is a type-o in the file name that is supposed to be checked. The line subject { command('lsattr /etc/resolve.conf').stdout }
should not have the letter e in the file name. Since the file as specified does not actually exist, there is no error reported, it just fails to regex the letter /i/, so it just silently fails the test even if the file is in fact immutable.
The text was updated successfully, but these errors were encountered:
This control is failing because there is a type-o in the file name that is supposed to be checked. The line
subject { command('lsattr /etc/resolve.conf').stdout }
should not have the letter e in the file name. Since the file as specified does not actually exist, there is no error reported, it just fails to regex the letter /i/, so it just silently fails the test even if the file is in fact immutable.
The text was updated successfully, but these errors were encountered: