mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 11:55:06 -06: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:
parent
2dacbe7f6d
commit
5b981a2b5c
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue