[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] fix test-skip typo
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] fix test-skip typo |
Date: |
Mon, 30 Jan 2017 23:35:18 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Paul Garlick <address@hidden> 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'.