]> TLD Linux GIT Repositories - packages/coreutils.git/blobdiff - tests.patch
- merged 8.30 from PLD
[packages/coreutils.git] / tests.patch
index c520626a4c31fd2a054f5bfdb60c60d73a4f04be..9b30f6c5a36cce1a5b245653f13ac5c415e1bb85 100644 (file)
@@ -84,11 +84,11 @@ diff -ruN coreutils-8.27.orig/gnulib-tests/gnulib.mk coreutils-8.27/gnulib-tests
 diff -ruN coreutils-8.27.orig/gnulib-tests/test-stat-time.c coreutils-8.27/gnulib-tests/test-stat-time.c
 --- coreutils-8.27.orig/gnulib-tests/test-stat-time.c  2017-01-01 23:35:38.000000000 +0100
 +++ coreutils-8.27/gnulib-tests/test-stat-time.c       2017-06-10 20:43:44.599627263 +0200
-@@ -145,7 +145,7 @@
+@@ -167,7 +167,7 @@ test_mtime (const struct stat *statinfo,
      }
  }
  
--#if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__
+-#if defined _WIN32 && !defined __CYGWIN__
 +#if 1
  /* Skip the ctime tests on native Windows platforms, because their
     st_ctime is either the same as st_mtime (plus or minus an offset)
@@ -96,15 +96,15 @@ diff -ruN coreutils-8.27.orig/gnulib-tests/test-stat-time.c coreutils-8.27/gnuli
 diff -ruN coreutils-8.27.orig/gnulib-tests/test-utimens-common.h coreutils-8.27/gnulib-tests/test-utimens-common.h
 --- coreutils-8.27.orig/gnulib-tests/test-utimens-common.h     2017-01-01 23:35:38.000000000 +0100
 +++ coreutils-8.27/gnulib-tests/test-utimens-common.h  2017-06-10 20:43:44.598627265 +0200
-@@ -48,7 +48,7 @@
+@@ -49,7 +49,7 @@ enum {
                            : 0)
  };
  
--# if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__
+-# if defined _WIN32 && !defined __CYGWIN__
 +# if 1
  /* Skip ctime tests on native Windows, since it is either a copy of
     mtime or birth time (depending on the file system), rather than a
-    properly tracked change time.  */
+    properly tracked change time.  See
 diff -ruN coreutils-8.27.orig/tests/local.mk coreutils-8.27/tests/local.mk
 --- coreutils-8.27.orig/tests/local.mk 2017-03-01 05:25:37.000000000 +0100
 +++ coreutils-8.27/tests/local.mk      2017-06-10 20:43:44.601627257 +0200