]> Savannah Git Hosting - gnulib/maint-tools.git/commitdiff
gnulib-tool-tests: Avoid test failures with Automake version != 1.16.5.
authorBruno Haible <bruno@clisp.org>
Fri, 22 Mar 2024 15:52:14 +0000 (16:52 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 22 Mar 2024 15:52:14 +0000 (16:52 +0100)
gnulib-tool-tests/init.sh

index fad080adbd020ad05603e786308ff23309b0743a..c3625ca8bd48b7642461ceab0bf864affc0dc2c9 100644 (file)
@@ -88,7 +88,7 @@ do_create_test ()
   fi
   expected_result=${0%.sh}.result
   # Exclude files whose contents depends on the GNU Autoconf version, GNU Automake version, or file time stamps.
-  if LC_ALL=C diff -r -q --exclude=aclocal.m4 --exclude=configure --exclude=config.h.in --exclude=Makefile.in --exclude=do-autobuild $expected_result $tmp-result; then
+  if LC_ALL=C diff -r -q --exclude=aclocal.m4 --exclude=configure --exclude=config.h.in --exclude=Makefile.in --exclude=compile --exclude=depcomp --exclude=missing --exclude=test-driver --exclude=do-autobuild $expected_result $tmp-result; then
     :
   else
     echo "FAIL: gnulib-tool's result has unexpected differences." >&2