Revert "tests: remove 'test package' comment"

This reverts commit 35b6b30134.
This commit is contained in:
Natanael Copa 2024-10-18 11:30:28 +02:00
parent 4e2c190257
commit 96d53109ac
11 changed files with 29 additions and 0 deletions

View File

@ -622,6 +622,8 @@ abuild_package_size_body() {
cd test-size
cat > APKBUILD <<-EOF
maintainer="Test User 123 <123@example.com>"
# test package
pkgname="test-size"
pkgver="1.0"
pkgrel=0
@ -730,6 +732,8 @@ abuild_keepdirs_body() {
cd test-amove
cat > APKBUILD <<-EOF
maintainer="Test User 123 <123@example.com>"
# test package
pkgname="test-keepdirs"
pkgver="1.0"
pkgrel=0
@ -754,6 +758,8 @@ abuild_amove_body() {
cd test-amove
cat > APKBUILD <<-EOF
maintainer="Test User 123 <123@example.com>"
# test package
pkgname="test-amove"
pkgver="1.0"
pkgrel=0
@ -848,6 +854,7 @@ abuild_doc_body() {
cd foo
cat > APKBUILD <<-EOF
maintainer="Test User 123 <123@example.com>"
# test package
pkgname="foo"
pkgver="1.0"
pkgrel=0
@ -885,6 +892,7 @@ abuild_dev_body() {
cd foo
cat > APKBUILD <<-EOF
maintainer="Test User 123 <123@example.com>"
# test package
pkgname="foo"
pkgver="1.0"
pkgrel=0
@ -993,6 +1001,7 @@ abuild_cleanoldpkg_body() {
for v in 0.9 1.0 1.1; do
cat > APKBUILD <<-EOF
maintainer="Test User 123 <123@example.com>"
# test package
pkgname="foo"
pkgver="$v"
pkgrel=0

View File

@ -1,4 +1,6 @@
maintainer="Natanael Copa <ncopa@alpinelinux.org>"
# test package
pkgname="dbgpkg"
pkgver="1.0"
pkgrel=0

View File

@ -1,4 +1,6 @@
maintainer="Natanael Copa <ncopa@alpinelinux.org>"
# test package
pkgname="invalid-filename"
pkgver="1.0"
pkgrel=0

View File

@ -1,4 +1,6 @@
maintainer="Natanael Copa <ncopa@alpinelinux.org>"
# test package
pkgname="large-doc-subpkg"
pkgver="1.0"
pkgrel=0

View File

@ -1,4 +1,6 @@
maintainer="Natanael Copa <ncopa@alpinelinux.org>"
# test package
pkgname="lib64test"
pkgver="1.0"
pkgrel=0

View File

@ -1,4 +1,6 @@
maintainer="Natanael Copa <ncopa@alpinelinux.org>"
# test package
pkgname="pkg-path-with-spaces"
pkgver="1.0"
pkgrel=0

View File

@ -1,4 +1,6 @@
maintainer="Natanael Copa <ncopa@alpinelinux.org>"
# test package
pkgname="pkg1"
pkgver="1.0"
pkgrel=0

View File

@ -1,4 +1,6 @@
maintainer="Natanael Copa <ncopa@alpinelinux.org>"
# test package
pkgname=setcap
pkgver="1.0"
pkgrel=0

View File

@ -1,4 +1,6 @@
maintainer="Natanael Copa <ncopa@alpinelinux.org>"
# test package
pkgname=${TESTNAME-test-pkgname}
pkgver="${TESTPKGVER-1.0}"
pkgrel=0

View File

@ -1,4 +1,6 @@
maintainer="Olliver Schinagl <oliver@schinagl.nl>"
# test package
pkgname="${TESTNAME-test-licenses}"
pkgver="1.0"
pkgrel=0

View File

@ -1,4 +1,6 @@
maintainer="Natanael Copa <ncopa@alpinelinux.org>"
# test package
pkgname=${TESTNAME-test-pkgname}
pkgver="${TESTPKGVER-1.0}"
pkgrel=0