diff --git a/packages-and-groups-1.ks.in b/packages-and-groups-1.ks.in index d73b2617..56247341 100644 --- a/packages-and-groups-1.ks.in +++ b/packages-and-groups-1.ks.in @@ -19,7 +19,7 @@ tmux -tmux # (3) Test that you can add packages with a glob. -kacst* +google-noto* # (4) Test that you can remove packages with a glob. -grub2-efi* @@ -50,10 +50,10 @@ if [[ $? == 0 ]]; then echo '*** tmux package should not have been installed' >> /root/RESULT fi -# Testing #3 - kacst font stuff should be installed. -count=$(rpm -qa kacst\* | wc -l) +# Testing #3 - google-noto font stuff should be installed. +count=$(rpm -qa google-noto\* | wc -l) if [[ $count -lt 5 ]]; then - echo '*** kacst* glob was not installed' >> /root/RESULT + echo '*** google-noto* glob was not installed' >> /root/RESULT fi # Testing #4 - grub2-efi stuff should not be installed. diff --git a/packages-and-groups-1.sh b/packages-and-groups-1.sh index 1fda1174..51ea2bf2 100755 --- a/packages-and-groups-1.sh +++ b/packages-and-groups-1.sh @@ -19,6 +19,6 @@ # Ignore unused variable parsed out by tooling scripts as test tags metadata # shellcheck disable=SC2034 -TESTTYPE="packaging gh1106" +TESTTYPE="packaging" . ${KSTESTDIR}/functions.sh