public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/postfix] main: Fixed mockserver execution
@ 2026-07-17 11:59
0 siblings, 0 replies; only message in thread
From: @ 2026-07-17 11:59 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : tests/postfix
Branch : main
Commit : 62f9cdeb146638162fa25d50ad357b07e748de1a
Author : Jaroslav Škarvada <jskarvad@redhat.com>
Date : 2026-07-17T13:59:03+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/tests/postfix/c/62f9cdeb146638162fa25d50ad357b07e748de1a?branch=main
Log:
Fixed mockserver execution
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
---
diff --git a/Sanity/SRV-lookup/test.sh b/Sanity/SRV-lookup/test.sh
index e76f555..7ac296e 100755
--- a/Sanity/SRV-lookup/test.sh
+++ b/Sanity/SRV-lookup/test.sh
@@ -30,7 +30,7 @@ rlJournalStart
rlPhaseEnd
rlPhaseStartTest
- rlRun "nc -l 1125 -c 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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-17 11:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-17 11:59 [tests/postfix] main: Fixed mockserver execution
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox