mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-03-11 06:37:31 +00:00
test: fix BSD-4-Clause license name
This commit is contained in:
parent
d7208fa0c2
commit
b3b659a9f4
@ -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
|
||||
}
|
||||
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user