diff --git a/tests/openssh_fixture.c b/tests/openssh_fixture.c index 1baf2052..c6484ba5 100644 --- a/tests/openssh_fixture.c +++ b/tests/openssh_fixture.c @@ -91,7 +91,7 @@ static int run_command_varg(char **output, const char *command, va_list args) return -1; } - fprintf(stdout, "Command: %s\n", command); + fprintf(stdout, "Command: %s\n", command_buf); #ifdef WIN32 pipe = _popen(buf, "r"); #else