]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* tests/Makefile.am (EXTRA_DIST): Add sparse-file.
authorJim Meyering <jim@meyering.net>
Sat, 19 Aug 2006 20:34:57 +0000 (20:34 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 19 Aug 2006 20:34:57 +0000 (20:34 +0000)
ChangeLog
tests/Makefile.am

index 33519e7a064527d906ae9e43ae3c6def6f308332..755e185441896f1b65c8091ff404d6dac1858b5b 100644 (file)
--- 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
index 8a95efdfe829ba978ac2b27923aff31d99947f31..376a2f07b33e51995255c4543d1fe7a0f869e35c 100644 (file)
@@ -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.