aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2021-02-27 12:31:17 +0100
committerFabian Groffen <grobian@gentoo.org>2021-02-27 12:31:17 +0100
commitf34b76d4ad4097f249cd160c8fd15647e7c1e2fc (patch)
tree08173be73b880a2a3b8a386d2f2f8c7073c42108 /tests
parentman: regen with new qwhich manpage (diff)
downloadportage-utils-f34b76d4ad4097f249cd160c8fd15647e7c1e2fc.tar.gz
portage-utils-f34b76d4ad4097f249cd160c8fd15647e7c1e2fc.tar.bz2
portage-utils-f34b76d4ad4097f249cd160c8fd15647e7c1e2fc.zip
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@gentoo.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/atom_compare/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 && \