nixosTests.custom-ca: lint

wip/little-gl
Maximilian Bosch 3 years ago committed by aszlig
parent b4b5dcb669
commit b782440a62
No known key found for this signature in database
GPG Key ID: 684089CE67EBB691
  1. 1
      nixos/tests/custom-ca.nix

@ -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…
Cancel
Save