public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/selinux] pr775-checkpolicy-revdeps: Sanity/load_policy: fix typo in test macro
@ 2026-09-11 13:17 Vit Mojzis
  0 siblings, 0 replies; only message in thread
From: Vit Mojzis @ 2026-09-11 13:17 UTC (permalink / raw)
  To: git-commits

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")

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-11 13:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 13:17 [tests/selinux] pr775-checkpolicy-revdeps: Sanity/load_policy: fix typo in test macro Vit Mojzis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox