The `-v` is only recognized by `dbclient` when dropbear is built in its DEBUG_TRACE mode. Omit that flag by default to avoid a warning log emitted to stderr.
Signed-off-by: Jon Simons <[email protected]> --- tests/pkd/pkd_client.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pkd/pkd_client.h b/tests/pkd/pkd_client.h index 4f9b48b4..da40a7c5 100644 --- a/tests/pkd/pkd_client.h +++ b/tests/pkd/pkd_client.h @@ -82,7 +82,6 @@ DROPBEAR_BINARY " " \ "-y -y " \ "-i " CLIENT_ID_FILE " " \ - "-v " \ "1> %s.out " \ "2> %s.err " -- 2.14.1
