Skip to content

Commit

Permalink
Merge pull request #4838 from asdil12/multiuser_dm
Browse files Browse the repository at this point in the history
Fix multi-user.target isolation in multi_user_dm
  • Loading branch information
okurz committed Apr 13, 2018
2 parents ffae69d + a6f6122 commit b0b17e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/x11/multi_users_dm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ use utils;

sub ensure_multi_user_target {
type_string "systemctl isolate multi-user.target\n";
wait_still_screen 5;
send_key "ctrl-alt-f" . get_root_console_tty;
wait_screen_change {
send_key "ctrl-c";
}
reset_consoles;
wait_still_screen 10;
# isolating multi-user.target logs us out
Expand Down

0 comments on commit b0b17e9

Please sign in to comment.