Philip Woods <[email protected]> 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’.
