summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-04-28 14:40:48 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2022-04-28 14:41:40 -0700
commitc90af8b74e814db63b2fd20b03f80619e24cec5d (patch)
tree8fa403a66fa4cfdaa10eba675cdfae30d9e3496d /modules
parent1be44048ddb4c0b55c26818fb6e68f5d882fbf92 (diff)
downloadgnulib-c90af8b74e814db63b2fd20b03f80619e24cec5d.tar.gz
glob: improve config and test cleanup
Config problem reported by Benno Schulenberg in: https://lists.gnu.org/r/bug-gnulib/2022-04/msg00071.html * m4/glob.m4 (gl_GLOB): Clean up temporary file. Also, name it conf$$-file not conf-file, so it’s cleaned up on interrupt. * modules/glob-tests (MOSTLYCLEANFILES): Append test-glob.tglobfile, test-glob.tgloblink[123].
Diffstat (limited to 'modules')
-rw-r--r--modules/glob-tests5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/glob-tests b/modules/glob-tests
index f551f6c950..ec519cf38d 100644
--- a/modules/glob-tests
+++ b/modules/glob-tests
@@ -12,3 +12,8 @@ Makefile.am:
TESTS += test-glob
check_PROGRAMS += test-glob
test_glob_LDADD = $(LDADD) $(LIB_MBRTOWC)
+MOSTLYCLEANFILES += \
+ test-glob.tglobfile \
+ test-glob.tgloblink1 \
+ test-glob.tgloblink2 \
+ test-glob.tgloblink3