X-Git-Url: https://git.tld-linux.org/?p=packages%2Fcoreutils.git;a=blobdiff_plain;f=tests.patch;fp=tests.patch;h=9b30f6c5a36cce1a5b245653f13ac5c415e1bb85;hp=c520626a4c31fd2a054f5bfdb60c60d73a4f04be;hb=3b274ff559c449f65e41760aedbc0c881ca7e217;hpb=f20c314dddbcee041c49c475aacb0312e501f938 diff --git a/tests.patch b/tests.patch index c520626..9b30f6c 100644 --- a/tests.patch +++ b/tests.patch @@ -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