nixosTests.custom-ca: lint

This commit is contained in:
Maximilian Bosch
2021-05-09 02:28:16 +02:00
committed by aszlig
parent b4b5dcb669
commit b782440a62
+1
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.