public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Milos Malik <mmalik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [tests/selinux] pr775-checkpolicy-revdeps: fix the synce4l test
Date: Fri, 11 Sep 2026 13:21:27 GMT	[thread overview]
Message-ID: <178913288793.1.9279032367651526187.tests-selinux-fd803298d846@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : tests/selinux
            Branch : pr775-checkpolicy-revdeps
            Commit : fd803298d8465fc8d58275005395d346fffb1fe4
            Author : Milos Malik <mmalik@redhat.com>
            Date   : 2024-03-11T07:19:31+00:00
            Stats  : +4/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/tests/selinux/c/fd803298d8465fc8d58275005395d346fffb1fe4?branch=pr775-checkpolicy-revdeps

            Log:
            fix the synce4l test

The _cmd patterns may not be present in the /etc/synce4l.conf file.
The automated test should not fail because of them.

---
diff --git a/selinux-policy/synce4l-and-similar/runtest.sh b/selinux-policy/synce4l-and-similar/runtest.sh
index 583c41f..01529a5 100755
--- a/selinux-policy/synce4l-and-similar/runtest.sh
+++ b/selinux-policy/synce4l-and-similar/runtest.sh
@@ -64,9 +64,10 @@ rlJournalStart
     rlPhaseEnd
 
     rlPhaseStartTest "real scenario -- standalone service"
-        rlRun "grep _cmd /etc/synce4l.conf"
-        rlRun "sed -i 's/^\(.*_cmd\) .*$/\1 echo 0/' /etc/synce4l.conf"
-        rlRun "grep _cmd /etc/synce4l.conf"
+        if grep -q _cmd /etc/synce4l.conf ; then
+            rlRun "sed -i 's/^\(.*_cmd\) .*$/\1 echo 0/' /etc/synce4l.conf"
+            rlRun "grep _cmd /etc/synce4l.conf"
+        fi
         if ! rlSEDefined ${PROCESS_CONTEXT} ; then
             # for RHELs where the SELinux domain does not exist yet
             PROCESS_CONTEXT="unconfined_service_t"

                 reply	other threads:[~2026-09-11 13:21 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=178913288793.1.9279032367651526187.tests-selinux-fd803298d846@fedoraproject.org \
    --to=mmalik@redhat.com \
    --cc=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