nixosTests.custom-ca: lint
This commit is contained in:
parent
b4b5dcb669
commit
b782440a62
@ -112,6 +112,7 @@ in
|
||||
};
|
||||
|
||||
testScript = ''
|
||||
from typing import Tuple
|
||||
def execute_as(user: str, cmd: str) -> Tuple[int, str]:
|
||||
"""
|
||||
Run a shell command as a specific user.
|
||||
|
Loading…
Reference in New Issue
Block a user