aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Deifik <scottd.mail@sbcglobal.net>2017-11-03 11:04:50 +0200
committerEli Zaretskii <eliz@gnu.org>2017-11-03 11:04:50 +0200
commiteabd61434b78152427a9a11d762076377e5ce9cb (patch)
tree5cc8215b563eb4503a015ac11e361e943e71f811
parent750e3168705de678474fea0a551f9cf29e9e077d (diff)
downloadegawk-eabd61434b78152427a9a11d762076377e5ce9cb.tar.gz
egawk-eabd61434b78152427a9a11d762076377e5ce9cb.tar.bz2
egawk-eabd61434b78152427a9a11d762076377e5ce9cb.zip
Minor sync change in pc/Makefile.tst.
-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 $@