summaryrefslogtreecommitdiff
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2005-08-31 13:38:17 +0000
committerPaul Smith <psmith@gnu.org>2005-08-31 13:38:17 +0000
commit5ee856d96d02275ccb19b19afd60c1e241bc62eb (patch)
tree695f5987160191a594d1c5349c9ac4f6bea4c00a /tests/ChangeLog
parent0ffd22cb448ad10d5d212dd4760c9464ad5f1a92 (diff)
downloadgunmake-5ee856d96d02275ccb19b19afd60c1e241bc62eb.tar.gz
Try using POSIX::getcwd to find the working directory wherever it exists.
This should help the tests run more accurately on Windows (hopefully...)
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 5e1f948..594361f 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,11 @@
+2005-08-31 Paul D. Smith <psmith@gnu.org>
+
+ * run_make_tests.pl (get_this_pwd): Require the POSIX module (in
+ an eval to trap errors) and if it exists, use POSIX::getcwd to
+ find the working directory. If it doesn't exist, go back to the
+ previous methods. This tries to be more accurate on Windows
+ systems.
+
2005-08-29 Paul D. Smith <psmith@gnu.org>
* scripts/functions/abspath: Add some text to the error messages