nixosTests.custom-ca: lint
Maximilian Bosch 4 years ago b782440a b4b5dcb6
··· 112 112 }; 113 113 114 114 testScript = '' 115 115 + from typing import Tuple 115 116 def execute_as(user: str, cmd: str) -> Tuple[int, str]: 116 117 """ 117 118 Run a shell command as a specific user.