mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
test: drop duplicate init of test->result
Set to the same value 5 lines above
This commit is contained in:
parent
ea28cb95c0
commit
00bc5f0e3b
1 changed files with 0 additions and 1 deletions
|
|
@ -921,7 +921,6 @@ static void run_test(struct pwtest_context *ctx, struct pwtest_suite *c, struct
|
||||||
set_test_env(ctx, t);
|
set_test_env(ctx, t);
|
||||||
chdir(getenv("TMPDIR"));
|
chdir(getenv("TMPDIR"));
|
||||||
|
|
||||||
t->result = PWTEST_SYSTEM_ERROR;
|
|
||||||
|
|
||||||
if (t->args.pw_daemon) {
|
if (t->args.pw_daemon) {
|
||||||
pw_daemon = start_pwdaemon(t, write_fds[FD_DAEMON], write_fds[FD_LOG]);
|
pw_daemon = start_pwdaemon(t, write_fds[FD_DAEMON], write_fds[FD_LOG]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue