public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [tests/postfix] main: Fixed mockserver execution
Date: Fri, 17 Jul 2026 11:59:37 GMT	[thread overview]
Message-ID: <178428957708.1.11004007785321380134.tests-postfix-62f9cdeb1466@fedoraproject.org> (raw)

            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"

                 reply	other threads:[~2026-07-17 11:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178428957708.1.11004007785321380134.tests-postfix-62f9cdeb1466@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox