1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-11 06:34:40 +02:00

* tests/Makefile.am (EXTRA_DIST): Add sparse-file.

This commit is contained in:
Jim Meyering
2006-08-19 20:34:57 +00:00
parent e71ebc5213
commit befcbddff1
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View 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.