Update SRV-lookup test

This commit is contained in:
Frantisek Hrdina 2024-10-15 11:58:30 +02:00
commit 68fa3371f2

View file

@ -4,6 +4,8 @@
rlJournalStart
rlPhaseStartSetup
rlAssertRpm postfix
rlRun "rlCheckRecommended"
rlRun "tmp=\$(mktemp -d)" 0 "Create tmp directory"
rlRun "cp ./mockserver.sh $tmp" 0 "Copying mock server"
rlRun "pushd $tmp"