]> git.ipfire.org Git - thirdparty/elfutils.git/commit
tests: Really split run-copymany-sections.sh into separate tests
authorMark Wielaard <mark@klomp.org>
Sat, 17 Jun 2023 12:56:12 +0000 (14:56 +0200)
committerMark Wielaard <mark@klomp.org>
Sat, 17 Jun 2023 12:56:12 +0000 (14:56 +0200)
commit4ef4fea4a8c3ae69cb3259f073dfc53d261b263b
tree23936424d803ca850d49813afeb7c232d7fdb0a6
parent4fac1627c2c690070d9a79981c57eddf848178e6
tests: Really split run-copymany-sections.sh into separate tests

The previous commit 4fac1627c "tests: Split run-copymany-sections.sh
into separate tests" duplicated the tests because they were still
also done in the new test-copymany-subr.sh. Remove them really this
time. Also don't source test-subr.sh twice, test-copymany-subr.sh
already sources it, so the subtests don't have to also do it again.

* tests/test-copymany-subr.sh: Remove actual tests.
* tests/run-copymany-be32.sh: Remove . $srcdir/test-subr.sh.
* tests/run-copymany-be64.sh: Likewise.
* tests/run-copymany-le32.sh: Likewise.
* tests/run-copymany-le64.sh: Likewise.

Signed-off-by: Mark Wielaard <mark@klomp.org>
tests/run-copymany-be32.sh
tests/run-copymany-be64.sh
tests/run-copymany-le32.sh
tests/run-copymany-le64.sh
tests/test-copymany-subr.sh