From: Jim Meyering Date: Sat, 19 Aug 2006 20:34:57 +0000 (+0000) Subject: * tests/Makefile.am (EXTRA_DIST): Add sparse-file. X-Git-Tag: v6.1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=befcbddff1ef076447acbb8e386eba4a05bbf834;p=thirdparty%2Fcoreutils.git * tests/Makefile.am (EXTRA_DIST): Add sparse-file. --- diff --git a/ChangeLog b/ChangeLog index 33519e7a06..755e185441 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ * NEWS: Record the 6.1 release date. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. + * tests/Makefile.am (EXTRA_DIST): Add sparse-file. + Avoid test failure when `make check' is run through debuild. * tests/help-version: Ensure that $SHELL is set to some value and exported. Patch from Sven Joachim. For details, see diff --git a/tests/Makefile.am b/tests/Makefile.am index 8a95efdfe8..376a2f07b3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -16,7 +16,8 @@ TESTS_ENVIRONMENT = \ EXTRA_DIST = \ $(TESTS) Coreutils.pm Makefile.am.in README acl envvar-check \ expensive group-names input-tty lang-default mk-script priv-check \ - rwx-to-mode sample-test setgid-check umask-check very-expensive + rwx-to-mode sample-test setgid-check sparse-file \ + umask-check very-expensive ## N O T E :: Please do not add new tests/ directories. ## Some people feel that there are too many already.