diff options
-rw-r--r-- | gnu/tests/desktop.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/tests/desktop.scm b/gnu/tests/desktop.scm index 3f861b253b..a1765cb170 100644 --- a/gnu/tests/desktop.scm +++ b/gnu/tests/desktop.scm @@ -53,9 +53,9 @@ ;; Log in as root on tty1, and check what 'loginctl' returns. (test-equal "login on tty1" - '(("c1" "0" "root" "seat0" "tty1") ;session - ("seat0") ;seat - ("0" "root" "no")) ;user + '(("c1" "0" "root" "seat0" "tty1" "active" "no" "-") ;session + ("seat0") ;seat + ("0" "root" "no" "active")) ;user (begin ;; Wait for tty1. |