Skip to content

Commit

Permalink
Fix multi-user.target isolation in multi_user_dm
Browse files Browse the repository at this point in the history
  • Loading branch information
asdil12 committed Apr 13, 2018
1 parent c334a2c commit cda0f5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/x11/multi_users_dm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ 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;
send_key "ctrl-c";
reset_consoles;
wait_still_screen 10;
# isolating multi-user.target logs us out
Expand Down

0 comments on commit cda0f5c

Please sign in to comment.