* bugs/compression.sh: Don't fail on big-endian system. Partial
[pspp-builds.git] / tests / ChangeLog
index eeee122e034dceb618714e89ea3ce52ea23b540c..7ce9ce636f633e993b791469c729219e2748cefc 100644 (file)
@@ -1,3 +1,23 @@
+2007-11-25  Ben Pfaff  <blp@gnu.org>
+
+       * bugs/compression.sh: Don't fail on big-endian system.  Partial
+       fix for bug #21590.
+
+       * bugs/sysfile-info.sh: Disregard "Integer Format" and "Real
+       Format" lines in SYSFILE INFO output, to permit big-endian systems
+       to pass also.  Partial fix for bug #21590.
+
+2007-11-15  Ben Pfaff  <blp@gnu.org>
+
+       * automake.mk: Add definition of CHARSETALIASDIR to
+       TESTS_ENVIRONMENT, to allow locale_charset to find charset.alias
+       before running "make install".
+
+2007-11-10  Ben Pfaff  <blp@gnu.org>
+
+       * bugs/compression.sh: Pass -b option to diff to avoid spurious
+       failure on od.
+
 2007-11-08  Ben Pfaff  <blp@gnu.org>
 
        Patch #6256: add support for binary, 360 file formats.  Reviewed