public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [tests/postfix] main: Fixed SRV lookup test to use nmap-ncat instead of BSD ncat
Date: Mon, 22 Jun 2026 12:58:37 GMT	[thread overview]
Message-ID: <178213311795.1.8105340360525058860.tests-postfix-2b0ce896fe72@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : tests/postfix
            Branch : main
            Commit : 2b0ce896fe72486f0a72a4e6df33bf371b1444ee
            Author : Jaroslav Škarvada <jskarvad@redhat.com>
            Date   : 2026-06-22T14:57:43+02:00
            Stats  : +1/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/tests/postfix/c/2b0ce896fe72486f0a72a4e6df33bf371b1444ee?branch=main

            Log:
            Fixed SRV lookup test to use nmap-ncat instead of BSD ncat

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>

---
diff --git a/Sanity/SRV-lookup/test.sh b/Sanity/SRV-lookup/test.sh
index e1adf43..e76f555 100755
--- a/Sanity/SRV-lookup/test.sh
+++ b/Sanity/SRV-lookup/test.sh
@@ -10,6 +10,7 @@ rlJournalStart
         rlRun "cp ./mockserver.sh $tmp" 0 "Copying mock server"
         rlRun "pushd $tmp"
         rlRun "alternatives --set mta /usr/sbin/sendmail.postfix" 0 "Switching alternatives to postfix"
+        rlRun "alternatives --set nc /usr/bin/ncat" 0 "Switching alternatives to nmap-ncat"
         rlRun "set -o pipefail"
         rlFileBackup --missing-ok /etc/postfix/main.cf /etc/dnsmasq.conf /etv/resolv.conf
         rlRun "echo 'use_srv_lookup = submission' >> /etc/postfix/main.cf" 0 "Enabling SRV lookup"

                 reply	other threads:[~2026-06-22 12:58 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=178213311795.1.8105340360525058860.tests-postfix-2b0ce896fe72@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