- Filename
We have a regression by / -> \ with make_filename.
In rG962058f70486: Allow tilde expansion for the foo-program options., the tilde expansion support is added for the argument handling.
This change breaks use of semi-hosted environment. Namely, using Wine emulation for testing Windows binaries on GNU/Linux host.
Specifically, in the tests by gpgscm, initial setup fails because gpg-connect-agent cannot spawn gpg-agent any more.
Apparently, replacing / by \ changes the semantics (gpgrt_access function fails for \home\gniibe\build\mingw-i686\gnupg\agent\gpg-agent.exe).
- Network access
Dirmngr check_inet_support doesn't work well on semi-hosted environment.