public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Vit Mojzis <vmojzis@redhat.com>
To: git-commits@fedoraproject.org
Subject: [tests/selinux] pr775-checkpolicy-revdeps: Sanity/load_policy: fix typo in test macro
Date: Fri, 11 Sep 2026 13:17:30 GMT	[thread overview]
Message-ID: <178913265063.1.10103334460309674801.tests-selinux-e956be160347@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : tests/selinux
Branch : pr775-checkpolicy-revdeps
Commit : e956be160347b29b212e8e894d2be30640fe53b9
Author : Vit Mojzis <vmojzis@redhat.com>
Date   : 2019-03-13T15:28:47+01:00
Stats  : +2/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/tests/selinux/c/e956be160347b29b212e8e894d2be30640fe53b9?branch=pr775-checkpolicy-revdeps

Log:
Sanity/load_policy: fix typo in test macro

---
diff --git a/policycoreutils/load_policy/runtest.sh b/policycoreutils/load_policy/runtest.sh
index c9f98a1..210950e 100755
--- a/policycoreutils/load_policy/runtest.sh
+++ b/policycoreutils/load_policy/runtest.sh
@@ -57,7 +57,7 @@ rlJournalStart
         if rlIsRHEL ; then
             rlRun "ausearch -m MAC_POLICY_LOAD -i -ts ${START_DATE_TIME} | grep load_policy"
         fi
-        if rhIsRHEL 5 6 7 ; then
+        if rlIsRHEL 5 6 7 ; then
             rlRun "ausearch -m MAC_POLICY_LOAD -i -ts ${START_DATE_TIME} | grep 'policy loaded'"
         else
             # we assume that audit message has a different format now (does not contain "policy loaded")
@@ -73,7 +73,7 @@ rlJournalStart
         if rlIsRHEL ; then
             rlRun "ausearch -m MAC_POLICY_LOAD -i -ts ${START_DATE_TIME} | grep load_policy"
         fi
-        if rhIsRHEL 5 6 7 ; then
+        if rlIsRHEL 5 6 7 ; then
             rlRun "ausearch -m MAC_POLICY_LOAD -i -ts ${START_DATE_TIME} | grep 'policy loaded'"
         else
             # we assume that audit message has a different format now (does not contain "policy loaded")

                 reply	other threads:[~2026-09-11 13:17 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=178913265063.1.10103334460309674801.tests-selinux-e956be160347@fedoraproject.org \
    --to=vmojzis@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