From 5ee856d96d02275ccb19b19afd60c1e241bc62eb Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 31 Aug 2005 13:38:17 +0000 Subject: Try using POSIX::getcwd to find the working directory wherever it exists. This should help the tests run more accurately on Windows (hopefully...) --- tests/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/ChangeLog') 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 + + * 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 * scripts/functions/abspath: Add some text to the error messages -- cgit v1.2.3