Skip to content

miniupnpc: fix killing the test server.

Michał Górny requested to merge mgorny:fix-tests-hang into master

The '%miniupnpd_2.1' argument seems to be non-POSIX and does not work well with dash, with the end result of testminiwget.sh hanging indefinitely. Store the forked PID instead, and use it directly to kill the server.

Merge request reports