diff options
author | Paul Smith <psmith@gnu.org> | 2013-09-21 18:47:26 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-09-22 17:09:46 -0400 |
commit | 7e77685bc35dd0217ed3c72529b2aaf8466b991d (patch) | |
tree | 879e32605bce5c98f823739b522d84b2ff61a3b6 /tests/ChangeLog | |
parent | 300d1296fb0f8f1b6bd16f977e2167442338343d (diff) | |
download | gunmake-7e77685bc35dd0217ed3c72529b2aaf8466b991d.tar.gz |
Portability enhancements for Mac OSX.
Don't dup stdout into stderr in the test suite.
Don't rely on $port_type eq "UNIX" to mean case-preserving.
Check against the real output of ar when creating archives.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index fee01a8..d149abe 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,14 @@ 2013-09-21 Paul Smith <psmith@gnu.org> + * scripts/features/archives: Some versions of ar (MacOSX) generate + different output when creating archives. Run it and verify the + real output. + * scripts/features/default_names: MacOSX is, like Windows, + case-preserving / case-insensitive. Redo the test to avoid + checking for "UNIX". + * test_driver.pl (attach_default_output): Don't dup stdout into + stderr. Reported by Denis Excoffier <bug-tar@Denis-Excoffier.org> + * scripts/features/se_explicit: Fix a test that behaves differently with/without archive capability enabled. * scripts/features/output-sync: Don't test output-sync if it's not |