bug-guix
[Top][All Lists]
Advanced

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

bug#18690: When run as root, tests/syscalls.scm fails


From: Ludovic Courtès
Subject: bug#18690: When run as root, tests/syscalls.scm fails
Date: Sun, 12 Oct 2014 00:15:05 +0200
User-agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux)

Philip Woods <address@hidden> skribis:

> Test begin:
>   test-name: "swapoff, EINVAL/EPERM"
>   source-file: "tests/syscalls.scm"
>   source-line: 55
>   source-form: (test-assert "swapoff, EINVAL/EPERM" (catch (quote
> system-error) (lambda () (swapoff "/does-not-exist") #f) (lambda args
> (memv (system-error-errno args) (list EPERM EINVAL)))))
> Test end:
>   result-kind: fail
>   actual-value: #f

I believe this is fixed by commit 2793c0f.

Thanks!

Ludo’.





reply via email to

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