civodul pushed a commit to branch master
in repository guix.

commit f18eded8ec4df75444e4feaeb92b3cc1236c2253
Author: Paul Garlick <[email protected]>
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 <[email protected]>
---
 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