Reapply "tests: remove 'test package' comment"

This reverts commit 96d53109ac.
This commit is contained in:
Natanael Copa 2024-10-18 11:34:15 +02:00
parent 443b976f44
commit 5fcf74eafe
11 changed files with 3 additions and 32 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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