summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-15 04:11:13 +0000
committerJim Meyering <jim@meyering.net>1999-05-15 04:11:13 +0000
commit7af9c3c085e1391b02fdca3f0e3a72001ec8f9ce (patch)
treebbf227e209315fec5bfad7ea350ac1f21ecb6ffd
parentd8c03457697d643fecbfe4764ac914a5d91357d5 (diff)
downloadcoreutils-7af9c3c085e1391b02fdca3f0e3a72001ec8f9ce.tar.xz
*** empty log message ***
-rw-r--r--old/fileutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 2e29725d9..dc3882579 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -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.