guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: tests: elogind: Adjust to elogind output change.


From: guix-commits
Subject: 01/01: tests: elogind: Adjust to elogind output change.
Date: Thu, 6 Dec 2018 15:28:22 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit d553ee80828e4b4eb7be59f5278e5d1696b935a0
Author: Marius Bakke <address@hidden>
Date:   Thu Dec 6 21:18:03 2018 +0100

    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.
---
 gnu/tests/desktop.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/tests/desktop.scm b/gnu/tests/desktop.scm
index be64c4e..6aa22fd 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]