mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02:00
V8 9 test (#574)
This commit is contained in:
parent
9a85082806
commit
2d3ca752f9
@ -149,6 +149,8 @@
|
||||
#define HAVE_FIDO_DEV_SUPPORTS_CRED_PROT
|
||||
#define HAVE_FIDO_DEV_GET_TOUCH_BEGIN
|
||||
#define HAVE_FIDO_DEV_GET_TOUCH_STATUS
|
||||
#define HAVE_FIDO_CRED_SET_CLIENTDATA
|
||||
#define HAVE_FIDO_ASSERT_SET_CLIENTDATA
|
||||
|
||||
/* File names may not contain backslash characters */
|
||||
/* #undef FILESYSTEM_NO_BACKSLASH */
|
||||
|
@ -1074,7 +1074,7 @@ spawn_child_internal(const char* cmd, char *const argv[], HANDLE in, HANDLE out,
|
||||
if (strstr(cmd, "sshd.exe")) {
|
||||
flags |= DETACHED_PROCESS;
|
||||
}
|
||||
if (strstr(cmd, "ssh-sk-helper.exe") || strstr(cmd, "ssh-pkcs11-helper.exe")) {
|
||||
if (strstr(cmd, "ssh-pkcs11-helper.exe")) {
|
||||
flags |= CREATE_NO_WINDOW;
|
||||
}
|
||||
if (is_bash_test_env()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user