On Tue, Jul 7, 2015 at 9:15 AM, Ludovic Courtès wrote:
> David Thompson skribis:
>
>> * guix/build/syscalls.scm (mkdtemp!): New procedure.
>> * tests/syscalls.scm: Test it.
>
> Rather:
>
> * tests/syscalls.scm ("mkdtemp!"): New test.
>
> Otherwise OK.
Fixed and pushed, thanks!
- Dave
David Thompson skribis:
> * guix/build/syscalls.scm (mkdtemp!): New procedure.
> * tests/syscalls.scm: Test it.
Rather:
* tests/syscalls.scm ("mkdtemp!"): New test.
Otherwise OK.
Ludo’.
From: David Thompson
* guix/build/syscalls.scm (mkdtemp!): New procedure.
* tests/syscalls.scm: Test it.
---
guix/build/syscalls.scm | 15 +++
tests/syscalls.scm | 9 +
2 files changed, 24 insertions(+)
diff --git a/guix/build/syscalls.scm b/guix/build/syscalls.scm
ind