From d2844ec2920b583eec04b71066aa1255190931a1 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Tue, 21 Apr 2026 13:35:05 +0200 Subject: [PATCH] Add comment to explain the third_party_repo check --- .../gnome-initial-setup/gnome_initial_setup_post.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/applications/gnome-initial-setup/gnome_initial_setup_post.pm b/tests/applications/gnome-initial-setup/gnome_initial_setup_post.pm index 02305a87..c4701189 100644 --- a/tests/applications/gnome-initial-setup/gnome_initial_setup_post.pm +++ b/tests/applications/gnome-initial-setup/gnome_initial_setup_post.pm @@ -66,9 +66,9 @@ sub run { assert_script_run("id $user"); die("The expected password: $password is not valid for user $user.") if (assert_password($user, $password) != 0); - # Check that third party repositories have been enabled. assert_script_run(q{fedora-third-party query | grep enabled}, timeout => 60); + # Verify that at least one third-party repository is configured (output is not empty) assert_script_run(q{fedora-third-party list --csv --columns=name,type | grep -q .}); # Optional extra proof on the DNF side: