unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] fix test-skip typo
@ 2017-01-30 14:48 Paul Garlick
  2017-01-30 22:35 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Garlick @ 2017-01-30 14:48 UTC (permalink / raw)
  To: guix-devel; +Cc: Paul Garlick

---
 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))))
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix test-skip typo
  2017-01-30 14:48 [PATCH] fix test-skip typo Paul Garlick
@ 2017-01-30 22:35 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-01-30 22:35 UTC (permalink / raw)
  To: Paul Garlick; +Cc: guix-devel

Paul Garlick <pgarlick@tourbillion-technology.com> skribis:

> ---
>  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))

Good catch!  Committed, thanks.

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-30 22:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-30 14:48 [PATCH] fix test-skip typo Paul Garlick
2017-01-30 22:35 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).