You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-devel/automake/files/automake-1.16.2-skip-tags-l...

24 lines
676 B

From 77d39959511295f5a30332d5d03f0a6956bd9460 Mon Sep 17 00:00:00 2001
From: Karl Berry <karl@freefriends.org>
Date: Tue, 24 Mar 2020 18:30:18 -0700
Subject: [PATCH] tests: require etags for tags-lisp-space test.
* t/tags-lisp-space.sh (required): set to etags.
---
t/tags-lisp-space.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/tags-lisp-space.sh b/t/tags-lisp-space.sh
index d0a940ba3..44312b0b7 100755
--- a/t/tags-lisp-space.sh
+++ b/t/tags-lisp-space.sh
@@ -18,7 +18,7 @@
# if there are CONFIG_HEADERS.
# See automake bug#38139.
-required=''
+required=etags
. test-init.sh
# some AC_CONFIG_FILES header is needed to trigger the bug.