test: replace echo with socat
authorFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 29 Jan 2019 18:33:15 +0000 (19:33 +0100)
committerEvgeny Vereshchagin <evvers@ya.ru>
Tue, 12 Feb 2019 16:45:50 +0000 (19:45 +0300)
commitb35d6d828b3216d022e565820d9971cb0f7746c1
tree47a8000416e8776762e4ee1b00c35d01b190ded3
parent52c6c9eaecb493cc4d8a146bf67d93c8aea862c2
test: replace echo with socat

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: 9b45c2bf02a43e3e1b42de1ab0c3fe29c64dc5f5
test/TEST-10-ISSUE-2467/test.sh