]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 15 May 1999 04:11:13 +0000 (04:11 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 May 1999 04:11:13 +0000 (04:11 +0000)
old/fileutils/ChangeLog

index 2e29725d9bbd116f7435f3b7bffccb7fa2c463b8..dc3882579b8aa44b917b0d71c823a7d313aa2983 100644 (file)
@@ -1,5 +1,11 @@
 1999-05-14  Jim Meyering  <meyering@ascend.com>
 
+       * tests/Makefile.am (envvar-check): Renamed from check-local.
+       (check): Depend on envvar-check so the envvar check is performed
+       before all other tests.  Reported by Volker Borchert.
+       * tests/.env-warn: Use `%%' place-holder that Makefile.am rule expects,
+       so CDPATH is mentioned in the message.  Reported by Volker Borchert.
+
        * src/df.c (main): When asking for info on an explicit file name,
        just warn rather than failing if the table of mounted filesystems
        cannot be read.  Based on a patch from Mark Kettenis.