]> git.ipfire.org Git - pakfire.git/commitdiff
tests: jail: Remove unused variable
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 26 Oct 2024 13:30:39 +0000 (13:30 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 26 Oct 2024 13:30:39 +0000 (13:30 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
tests/libpakfire/jail.c

index 10201b8887ed477e12f9c234a2df76a436b3edd0..e65a5247d0a8adca6a61ede9a59c9cee3a130419 100644 (file)
@@ -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 = "/";