guix-commits
[Top][All Lists]
Advanced

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

01/02: tests: Really skip /var/run/utmpx test when needed.


From: Ludovic Courtès
Subject: 01/02: tests: Really skip /var/run/utmpx test when needed.
Date: Mon, 30 Jan 2017 23:11:02 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit f18eded8ec4df75444e4feaeb92b3cc1236c2253
Author: Paul Garlick <address@hidden>
Date:   Mon Jan 30 14:48:37 2017 +0000

    tests: Really skip /var/run/utmpx test when needed.
    
    * tests/syscalls.scm: Change 'test-ski' to 'test-skip'.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 tests/syscalls.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/syscalls.scm b/tests/syscalls.scm
index 92e02f3..1934704 100644
--- a/tests/syscalls.scm
+++ b/tests/syscalls.scm
@@ -456,7 +456,7 @@
   (eof-object? (read-utmpx (%make-void-port "r"))))
 
 (unless (access? "/var/run/utmpx" O_RDONLY)
-  (tes-skip 1))
+  (test-skip 1))
 (test-assert "read-utmpx"
   (let ((result (call-with-input-file "/var/run/utmpx" read-utmpx)))
     (or (utmpx? result) (eof-object? result))))



reply via email to

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