nixosTests.custom-ca: lint

master
Maximilian Bosch 2021-05-08 23:02:08 +02:00 committed by aszlig
parent b4b5dcb669
commit b782440a62
No known key found for this signature in database
GPG Key ID: 684089CE67EBB691
1 changed files with 1 additions and 0 deletions

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.