Displaying 1 result from an estimated 1 matches for "wheneven".
Did you mean:
whenever
2020 Aug 29
0
nbdkit, Windows, Wine, scripts and tests
...der Wine to run Unix commands, but
complicated to say the least: https://stackoverflow.com/a/45545068
However even if we get that lot to work, there's still a big catch.
Paths are generally rewritten using nbdkit_realpath which on Windows
returns paths like "C:\Windows\Temp\socket". Wheneven these appear in
variables (eg. $unixsocket, $uri, and variables passed to the
linuxdisk plugin subcommands) these will make no sense to the Unix
commands we want to run.
In summary, a test which does:
nbdkit .. --run 'qemu-img info "$uri"'
will currently try to run:
CMD.EX...