mirror of
https://github.com/systemd/systemd.git
synced 2024-11-04 13:51:24 +03:00
b35d6d828b
The original version of the test used netcat along with a standard
AF_UNIX socket, which caused issues across different netcat
implementations. The AF_UNIX socket was then replaced by a FIFO with a
simple echo, which, however, suffers from the same issue (some echo
implementations don't check if the write() was successful).
Let's revert back to the AF_UNIX socket, but replace netcat with socat,
which, hopefully, resolves the main issue.
Relevant commit:
|
||
---|---|---|
.. | ||
Makefile | ||
test.sh |