summaryrefslogtreecommitdiff
path: root/pc/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2013-04-28 20:39:06 +0300
committerEli Zaretskii <eliz@gnu.org>2013-04-28 20:39:06 +0300
commita3a4f0427cf13ef9dc72e8dc1f614371199be797 (patch)
tree5ca94baf5f81af1e30505e53c5a9377821d14531 /pc/ChangeLog
parent1dd19986291bdd1129ac08eec40d963a65170422 (diff)
downloadgawk-a3a4f0427cf13ef9dc72e8dc1f614371199be797.tar.gz
Fix pc testsuite Makefile, pc/Makefile.tst.
pc/Makefile.tst (top_srcdir): Define. This avoids failure in a few tests that use this variable. (testext): Prepend a space before the /regexp/ argument, to prevent MSYS Bash mistaking this for an absolute file name that needs to be converted to the Windows D:/foo/bar form, which fails the test.
Diffstat (limited to 'pc/ChangeLog')
-rw-r--r--pc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog
index f5f69206..9f6cf619 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,12 @@
+2013-04-28 Eli Zaretskii <eliz@gnu.org>
+
+ * Makefile.tst (top_srcdir): Define. This avoids failure in a few
+ tests that use this variable.
+ (testext): Prepend a space before the /regexp/ argument, to
+ prevent MSYS Bash mistaking this for an absolute file name that
+ needs to be converted to the Windows D:/foo/bar form, which fails
+ the test.
+
2013-04-22 Scott Deifik <scottd.mail@sbcglobal.net>
* Makefile.tst: Sync with mainline.