summaryrefslogtreecommitdiffstats
path: root/nixos/tests
diff options
context:
space:
mode:
authorWORLDofPEACE <worldofpeace@protonmail.ch>2021-01-05 10:10:34 -0500
committerGitHub <noreply@github.com>2021-01-05 10:10:34 -0500
commit57e1a17ad0f185e64758d6bc55ce18237c2520f5 (patch)
treebd94054c5df7bf069dc16b74a6e8bb74e0e37773 /nixos/tests
parentcce45c73b9b5ee3a528c8ea7586e37956a957c3f (diff)
parent6c3d21aff953a2f61086fa9dfd22ccaa919910f0 (diff)
Merge pull request #108465 from alyssais/getty
nixos/getty: rename from services.mingetty
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/login.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/login.nix b/nixos/tests/login.nix
index d36c1a91be43..ce11e1f942ab 100644
--- a/nixos/tests/login.nix
+++ b/nixos/tests/login.nix
@@ -50,7 +50,7 @@ import ./make-test-python.nix ({ pkgs, latestKernel ? false, ... }:
with subtest("Virtual console logout"):
machine.send_chars("exit\n")
machine.wait_until_fails("pgrep -u alice bash")
- machine.screenshot("mingetty")
+ machine.screenshot("getty")
with subtest("Check whether ctrl-alt-delete works"):
machine.send_key("ctrl-alt-delete")