From 8301b3b967437de6f22cc93d451c4061037db735 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 26 Oct 2024 13:30:39 +0000 Subject: [PATCH] tests: jail: Remove unused variable Signed-off-by: Michael Tremer --- tests/libpakfire/jail.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/libpakfire/jail.c b/tests/libpakfire/jail.c index 10201b888..e65a5247d 100644 --- a/tests/libpakfire/jail.c +++ b/tests/libpakfire/jail.c @@ -315,7 +315,6 @@ FAIL: static int test_bind(const struct test* t) { struct pakfire_jail* jail = NULL; - char* output = NULL; int r = EXIT_FAILURE; const char* source = "/"; -- 2.39.5