test: fix BSD-4-Clause license name

This commit is contained in:
Sertonix 2024-10-08 13:00:00 +02:00 committed by Natanael Copa
parent d7208fa0c2
commit b3b659a9f4
2 changed files with 2 additions and 2 deletions

View File

@ -518,7 +518,7 @@ abuild_multiline_license_body() {
cp -ra "$testrepo"/test-licenses .
cd test-licenses
abuild rootpkg
atf_check -o match:'^license = MIT AND \(GPL-3.0-only OR GPL-3.0-or-later AND BSD-Clause-4\)$' \
atf_check -o match:'^license = MIT AND \(GPL-3.0-only OR GPL-3.0-or-later AND BSD-4-Clause\)$' \
cat pkg/.control.test-licenses/.PKGINFO
}

View File

@ -11,7 +11,7 @@ license='MIT AND
(GPL-3.0-only OR
GPL-3.0-or-later AND
BSD-Clause-4)
BSD-4-Clause)
'
prepare() {