tests/test00_specsyntax.in: update curl user agent to fix 403 error from sourceforce

This commit is contained in:
Silvan Calarco 2024-11-05 11:46:40 +01:00
parent 5dfc440765
commit afaac46997

View File

@ -41,7 +41,7 @@ function specfile.checksyntax() {
notify.note " * $specfile"
local total_issues=0
local user_agent="Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0"
local user_agent="Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/132.0"
# 0. checking if 'Source[0]' is a valid internet address
# (skip this test if no '%setup' section has been found)