Skip to content
Snippets Groups Projects
Commit b3b659a9 authored by Sertonix's avatar Sertonix Committed by Natanael Copa
Browse files

test: fix BSD-4-Clause license name

parent d7208fa0
No related branches found
No related tags found
1 merge request!317test: simplify usermerge test APKBUILD and fix license name
Pipeline #264310 passed
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment