From be36d9ca75796c217ea9e24d5e8d64fdc08d78f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 13 Nov 2025 19:18:56 +0100 Subject: [PATCH] Fixed ncat call MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaroslav Škarvada --- Sanity/SRV-lookup/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sanity/SRV-lookup/test.sh b/Sanity/SRV-lookup/test.sh index cdf62ed..e1adf43 100755 --- a/Sanity/SRV-lookup/test.sh +++ b/Sanity/SRV-lookup/test.sh @@ -29,7 +29,7 @@ rlJournalStart rlPhaseEnd rlPhaseStartTest - rlRun "nc -l 1125 -e mockserver.sh &" 0 "Starting netcat" + rlRun "nc -l 1125 -c mockserver.sh &" 0 "Starting netcat" NETCAT_PID=$! rlRun "printf 'Subject: whatever\\n\\n uniquetext\\n' | sendmail root@testdomain.com"\ 0 "Sending mail"