test: drop unused variables

Follow-up for 49eb36596b.
This commit is contained in:
Yu Watanabe 2018-04-24 15:43:09 +09:00
parent 38d7f50632
commit c9825701e6

View file

@ -24,7 +24,7 @@
#include "util.h"
static void test_chase_symlinks(void) {
_cleanup_free_ char *result = NULL, *z = NULL, *w = NULL;
_cleanup_free_ char *result = NULL;
char temp[] = "/tmp/test-chase.XXXXXX";
const char *top, *p, *pslash, *q, *qslash;
int r, pfd;