mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
c618423a5a
On Ubuntu 17.04 (zesty zapus) netcat-openbsd was upgraded from 1.105-7ubuntu1 to 1.130-3, at the same time the defaults got changed from -q0 to -q-1 (infinity) the net result is that `echo A | nc -U' call now hangs, preventing the testcase to complete. One could use the old default of -q0, but that option is not available in some netcat implementations. Thus settle to specify -w1 instead to mitigate the testcase hang. |
||
---|---|---|
.. | ||
Makefile | ||
test.sh |