From 00bc5f0e3beb2499136901bc5e1fec1628950bec Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 21 Jun 2021 13:13:02 +1000 Subject: [PATCH] test: drop duplicate init of test->result Set to the same value 5 lines above --- test/pwtest.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/pwtest.c b/test/pwtest.c index b9f6d19bc..4e85bd455 100644 --- a/test/pwtest.c +++ b/test/pwtest.c @@ -921,7 +921,6 @@ static void run_test(struct pwtest_context *ctx, struct pwtest_suite *c, struct set_test_env(ctx, t); chdir(getenv("TMPDIR")); - t->result = PWTEST_SYSTEM_ERROR; if (t->args.pw_daemon) { pw_daemon = start_pwdaemon(t, write_fds[FD_DAEMON], write_fds[FD_LOG]);