summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-04-21 00:30:51 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-04-21 00:30:51 +0000
commitde80f585d6db87775a7041c00d5ba2f7247d03c7 (patch)
treed19c9c4d699d17e7d5d0b271b2b68d56945b5ba4 /ChangeLog
parent2d8996299eaaa5aaddce66101c077616dc65a26f (diff)
downloadcoreutils-de80f585d6db87775a7041c00d5ba2f7247d03c7.tar.xz
Port test cases to Microsoft-Windows-related environments,
following suggestions from Eric Blake.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33227875c..b4004fec3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,15 @@
* Version 5.3.1.
+ Port test cases to Microsoft-Windows-related environments,
+ following suggestions from Eric Blake.
+ * tests/install/Makefile.am (TESTS_ENVIRONMENT): Add EXEEXT.
+ * tests/install/basic-1: Undo previous change.
+ (dd, dd2): New vars, which use $EXEEXT. All uses of dd and dd2 changed.
+ * tests/install/trap: Undo previous change.
+ (sig): New var. Use it insted of "trap '' CHLD".
+ Append $EXEEXT to executable name.
+
"fetish" -> "coreutils" in more places.
* tests/Coreutils.pm: Renamed from tests/Fetish.pm.
(package Coreutils): Renamed from package Fetish. All uses changed.