Re: [PATCH libinput] test: set the umask before msktemp to silence coverity

2016-04-12 Thread Hans de Goede
Hi, On 12-04-16 07:11, Peter Hutterer wrote: Signed-off-by: Peter Hutterer Reviewed-by: Hans de Goede Regards, Hans --- test/path.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/path.c b/test/path.c index 7d7c445..729ad86 100644 --- a/test/path.c +++ b/test/path.c @@ -28

[PATCH libinput] test: set the umask before msktemp to silence coverity

2016-04-11 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- test/path.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/path.c b/test/path.c index 7d7c445..729ad86 100644 --- a/test/path.c +++ b/test/path.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #include "litest.h" @@ -131,6