Skip to content

Commit 586c968

Browse files
committed
test/files/setgid: avoid erroring for FCOS
As a follow-up of coreos#3772.
1 parent f7185fd commit 586c968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/kola/files/setgid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ list_setgid_files=(
1717
# Drop '/usr/libexec/openssh/ssh-keysign' after
1818
# https://src.fedoraproject.org/rpms/openssh/c/b615362fd0b4da657d624571441cb74983de6e3f?branch=rawhide
1919
# landed in EL9 (it's in Fedora and EL10 already).
20-
if match_maj_ver "9"; then
20+
if ! is_fcos && match_maj_ver "9"; then
2121
list_setgid_files+=('/usr/libexec/openssh/ssh-keysign')
2222
fi
2323

0 commit comments

Comments
 (0)