From a45a04ff4ddddc10272c7d669192df5cba2a38ae Mon Sep 17 00:00:00 2001 From: Jon Simons Date: Wed, 20 Jun 2018 20:12:39 -0700 Subject: pkd: omit `-v` for `dbclient` by default 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 Reviewed-by: Andreas Schneider --- 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 " -- cgit v1.2.3