aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pc/ChangeLog5
-rw-r--r--pc/Makefile.tst2
2 files changed, 6 insertions, 1 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 800e6790..5a2e04b7 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,8 @@
+2017-11-03 Eli Zaretskii <eliz@gnu.org>
+
+ * Makefile.tst (readdir): Make the message identical with
+ test/Makefile.in.
+
2017-10-21 KO Myung-Hun <komh78@gmail.com>
* gawkmisc.pc (os2_dlsym, os2_fixdllname, os2_dlopen) [__KLIBC__]:
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index b0686fe6..9c3ec144 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -1175,7 +1175,7 @@ getfile:
readdir:
@if [ "`uname`" = Linux ] && [ "`stat -f . 2>/dev/null | awk 'NR == 2 { print $$NF }'`" = nfs ]; then \
- echo This test may fail on GNU/Linux systems when run on an NFS filesystem.; \
+ echo This test may fail on GNU/Linux systems when run on NFS or JFS filesystems.; \
echo If it does, try rerunning on an ext'[234]' filesystem. ; \
fi
@echo $@