tests: elogind: Adjust to elogind output change.
This is a follow-up to commit 4163f2467b
.
* gnu/tests/desktop.scm (run-elogind-test): s|/dev/tty1/tty1.
This commit is contained in:
parent
4163f2467b
commit
d553ee8082
|
@ -50,7 +50,7 @@
|
|||
|
||||
;; Log in as root on tty1, and check what 'loginctl' returns.
|
||||
(test-equal "login on tty1"
|
||||
'(("c1" "0" "root" "seat0" "/dev/tty1") ;session
|
||||
'(("c1" "0" "root" "seat0" "tty1") ;session
|
||||
("seat0") ;seat
|
||||
("0" "root")) ;user
|
||||
|
||||
|
|
Loading…
Reference in New Issue