public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Akira TAGOH <akira@tagoh.org>
To: git-commits@fedoraproject.org
Subject: [tests/fonts] rhel9: generic_alias: fix a typo
Date: Thu, 13 Aug 2026 10:29:20 GMT [thread overview]
Message-ID: <178661696031.1.12366892347742995553.tests-fonts-adae14e79e51@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : tests/fonts
Branch : rhel9
Commit : adae14e79e5108bbc8e9f03810a98a07fa06a46d
Author : Akira TAGOH <akira@tagoh.org>
Date : 2024-07-12T02:05:38+09:00
Stats : +2/-3 in 1 file(s)
URL : https://src.fedoraproject.org/tests/fonts/c/adae14e79e5108bbc8e9f03810a98a07fa06a46d?branch=rhel9
Log:
generic_alias: fix a typo
---
diff --git a/tests/generic_alias/test.sh b/tests/generic_alias/test.sh
index 03b6869..036a4b4 100755
--- a/tests/generic_alias/test.sh
+++ b/tests/generic_alias/test.sh
@@ -28,12 +28,11 @@ function prepare_test {
local fcexpat=${2:-}
local conffiles=()
- rlRun "_conffiles=\$(rpm -ql $pkg | grep conf.d | tr '\n' ' ')"
- for f in $_conffiles; do
+ for f in $(rpm -ql $pkg | grep conf.d | tr '\n' ' '); do
[[ $(check_exception $fcexpat $f) -ne 0 ]] && conffiles+=($f)
done
rlAssertNotEquals "Check if config is available" ${#conffiles[@]} 0
- rlRun "conf=\$(for i in $conffiles; do echo \" <include>\$i</include>\"; done)"
+ rlRun "conf=\$(for i in \${conffiles[@]}; do echo \" <include>\$i</include>\"; done)"
rlRun "cat <<_E_> $tmpconfd/$pkg.conf
<fontconfig>
<dir>/usr/share/fonts</dir>
next reply other threads:[~2026-08-13 10:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-13 10:29 Akira TAGOH [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-08-13 10:29 [tests/fonts] rhel9: generic_alias: Fix a typo Akira TAGOH
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=178661696031.1.12366892347742995553.tests-fonts-adae14e79e51@fedoraproject.org \
--to=akira@tagoh.org \
--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