public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/fonts] rhel9: generic_alias: Fix a typo
@ 2026-08-13 10:29 Akira TAGOH
  0 siblings, 0 replies; 2+ messages in thread
From: Akira TAGOH @ 2026-08-13 10:29 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : tests/fonts
Branch : rhel9
Commit : a89740d38036889ecb1924831733a76f6c040bb7
Author : Akira TAGOH <akira@tagoh.org>
Date   : 2024-06-21T15:39:53+09:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/tests/fonts/c/a89740d38036889ecb1924831733a76f6c040bb7?branch=rhel9

Log:
generic_alias: Fix a typo

---
diff --git a/tests/generic_alias/test.sh b/tests/generic_alias/test.sh
index 38a6dd7..24d0d8e 100755
--- a/tests/generic_alias/test.sh
+++ b/tests/generic_alias/test.sh
@@ -34,7 +34,7 @@ _E_" 0 "Create fonts.conf"
 
     rlPhaseStartTest
         rlRun "cat $tmpconfd/fonts.conf"
-	rlRun "FONTCONFIG=$tmpconfd/fonts.conf fc-match -f \"%{family[0]}\" \":family=$FONT_FAMILY:lang=$FONT_LANG:width=$FONT_WIDTH\" | tee output" 0 "Matching a font"
+	rlRun "FONTCONFIG=$tmpconfd/fonts.conf fc-match -f \"%{family[0]}\" \":family=$FONT_ALIAS:lang=$FONT_LANG:width=$FONT_WIDTH\" | tee output" 0 "Matching a font"
         rlAssertGrep "$FONT_FAMILY" "output"
     rlPhaseEnd
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [tests/fonts] rhel9: generic_alias: fix a typo
@ 2026-08-13 10:29 Akira TAGOH
  0 siblings, 0 replies; 2+ messages in thread
From: Akira TAGOH @ 2026-08-13 10:29 UTC (permalink / raw)
  To: git-commits

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>

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-13 10:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-13 10:29 [tests/fonts] rhel9: generic_alias: Fix a typo Akira TAGOH
2026-08-13 10:29 [tests/fonts] rhel9: generic_alias: fix " Akira TAGOH

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