public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/postfix] main: Fixed SRV lookup test to use nmap-ncat instead of BSD ncat
@ 2026-06-22 12:58
0 siblings, 0 replies; only message in thread
From: @ 2026-06-22 12:58 UTC (permalink / raw)
To: git-commits
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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-22 12:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 12:58 [tests/postfix] main: Fixed SRV lookup test to use nmap-ncat instead of BSD ncat
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox