diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | tests/Makefile.am | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -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 8a95efdfe..376a2f07b 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. |