mirror of
https://github.com/libssh2/libssh2.git
synced 2025-11-08 08:22:19 +03:00
tests/openssh_fixture.c: print command after variable expansion
This commit is contained in:
@@ -91,7 +91,7 @@ static int run_command_varg(char **output, const char *command, va_list args)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf(stdout, "Command: %s\n", command);
|
fprintf(stdout, "Command: %s\n", command_buf);
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
pipe = _popen(buf, "r");
|
pipe = _popen(buf, "r");
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user