summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/testsuite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testsuite.c b/tests/testsuite.c
index 6bc35ff..c95066b 100644
--- a/tests/testsuite.c
+++ b/tests/testsuite.c
@@ -28,7 +28,7 @@ static void setup(void **state)
static void teardown(void **state)
{
- char remove_cmd[256];
+ char remove_cmd[256] = {0};
const char *swrap_dir = getenv("SOCKET_WRAPPER_DIR");
(void) state; /* unused */