summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-06-13 21:39:31 +0200
committerUlrich Müller <ulm@gentoo.org>2024-06-13 21:53:14 +0200
commit0fcc9d42818f61e8e094bae67740a656b6d16caa (patch)
tree89bb31f5cb62f21b28ed44812bd2db1de3a2ab70 /eclass/tests
parentapp-editors/nano: drop flag-o-matic (diff)
downloadgentoo-0fcc9d42818f61e8e094bae67740a656b6d16caa.tar.gz
gentoo-0fcc9d42818f61e8e094bae67740a656b6d16caa.tar.bz2
gentoo-0fcc9d42818f61e8e094bae67740a656b6d16caa.zip
eclass/tests: Filter version-funcs.sh from the list of tests
Fixes: 16b2c5ebb2869f4132536e5eb0a465b534556fb6 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/tests')
-rw-r--r--eclass/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/tests/Makefile b/eclass/tests/Makefile
index ee4a454912c3..e5d1c3915fe1 100644
--- a/eclass/tests/Makefile
+++ b/eclass/tests/Makefile
@@ -1,5 +1,5 @@
SH_FILES := $(wildcard *.sh)
-TEST_FILES := $(filter-out tests-common.sh, $(SH_FILES))
+TEST_FILES := $(filter-out tests-common.sh version-funcs.sh, $(SH_FILES))
TEST_OK_FILES := $(patsubst %.sh, .%.sh.ok,$ $(TEST_FILES))
# We cache a successful test result if the testfile itself did not