commit: f34b76d4ad4097f249cd160c8fd15647e7c1e2fc Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Feb 27 11:31:17 2021 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Feb 27 11:31:17 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=f34b76d4
tests/atom_compare: drop portage test We have no real need to test what Portage's doing here, and dropping the test means we're Python and Portage free. Bug: https://bugs.gentoo.org/772983 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> tests/atom_compare/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/atom_compare/Makefile.am b/tests/atom_compare/Makefile.am index 388fd19..cd27e36 100644 --- a/tests/atom_compare/Makefile.am +++ b/tests/atom_compare/Makefile.am @@ -4,7 +4,7 @@ s = $(abs_top_srcdir)/$(this_subdir) atb = $(abs_top_builddir) mkdir = $(if $(wildcard $(dir $(1))),:,mkdir -p "$(dir $(1))") -check-local: static static.q portage +check-local: static static.q t = \ @set -f && \
