mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
tests: elogind: Adjust expected output for new version.
* gnu/tests/desktop.scm (run-elogind-test): Adjust expected output of loginctl commands. Change-Id: I10c131872909ac18a85b8244327883549c76eac0
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user