diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-12-06 21:18:03 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-12-06 21:18:03 +0100 |
commit | d553ee80828e4b4eb7be59f5278e5d1696b935a0 (patch) | |
tree | d496a0c25febcd03e7319a745159ac6c0c1108ee /gnu/tests | |
parent | 4163f2467bce1a6123f0da1c49e88751d93e634b (diff) | |
download | patches-d553ee80828e4b4eb7be59f5278e5d1696b935a0.tar patches-d553ee80828e4b4eb7be59f5278e5d1696b935a0.tar.gz |
tests: elogind: Adjust to elogind output change.
This is a follow-up to commit 4163f2467bce1a6123f0da1c49e88751d93e634b.
* gnu/tests/desktop.scm (run-elogind-test): s|/dev/tty1/tty1.
Diffstat (limited to 'gnu/tests')
-rw-r--r-- | gnu/tests/desktop.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/desktop.scm b/gnu/tests/desktop.scm index be64c4e7e5..6aa22fd49b 100644 --- a/gnu/tests/desktop.scm +++ b/gnu/tests/desktop.scm @@ -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 |