Skip to content
  • Thomas Haller's avatar
    core: don't persist secret-key for tests · 581e1c32
    Thomas Haller authored
    Tests might access the secret-key.
    
    For CI builds we may very well build NM as root and also run
    unit tests. In such a situation it's bad to persist the secret
    key. For example, the SELinux label may be wrong, and subsequently
    starting NetworkManager may cause errors. Avoid persisting the secret
    key for tests.
    581e1c32