nixosTests.custom-ca: lint

This commit is contained in:
Maximilian Bosch
2021-05-08 23:02:08 +02:00
committed by aszlig
parent b4b5dcb669
commit b782440a62

View File

@@ -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.