--- origsrc/gettext-tools/tests/format-c-3-prg.c 2020-07-26 06:56:00.000000000 -0600 +++ src/gettext-tools/tests/format-c-3-prg.c 2021-07-26 23:26:38.655478800 -0600 @@ -39,7 +39,7 @@ /* Disable the override of setlocale that libgnuintl.h activates on MacOS X and Windows. This test relies on the fake setlocale function in setlocale.c. */ -#undef setlocale +/* #undef setlocale */ #if defined _WIN32 && !defined __CYGWIN__ # define setlocale fake_setlocale extern char *setlocale (int category, SETLOCALE_CONST char *locale); --- origsrc/gettext-tools/tests/format-c-4-prg.c 2020-07-26 06:56:00.000000000 -0600 +++ src/gettext-tools/tests/format-c-4-prg.c 2021-07-26 23:26:38.655478800 -0600 @@ -39,7 +39,7 @@ /* Disable the override of setlocale that libgnuintl.h activates on MacOS X and Windows. This test relies on the fake setlocale function in setlocale.c. */ -#undef setlocale +/* #undef setlocale */ #if defined _WIN32 && !defined __CYGWIN__ # define setlocale fake_setlocale extern char *setlocale (int category, SETLOCALE_CONST char *locale); --- origsrc/gettext-tools/tests/plural-1-prg.c 2020-06-06 08:03:00.000000000 -0600 +++ src/gettext-tools/tests/plural-1-prg.c 2021-07-26 23:26:38.655478800 -0600 @@ -35,7 +35,7 @@ /* Disable the override of setlocale that libgnuintl.h activates on MacOS X and Windows. This test relies on the fake setlocale function in setlocale.c. */ -#undef setlocale +/* #undef setlocale */ #if defined _WIN32 && !defined __CYGWIN__ # define setlocale fake_setlocale extern char *setlocale (int category, SETLOCALE_CONST char *locale); --- origsrc/gettext-tools/tests/plural-2 2019-05-11 05:29:00.000000000 -0600 +++ src/gettext-tools/tests/plural-2 2021-07-26 23:26:38.655478800 -0600 @@ -3,8 +3,8 @@ : ${MSGFMT=msgfmt} test -d plural-2-dir || mkdir plural-2-dir -test -d plural-2-dir/ll || mkdir plural-2-dir/ll -test -d plural-2-dir/ll/LC_MESSAGES || mkdir plural-2-dir/ll/LC_MESSAGES +test -d plural-2-dir/es || mkdir plural-2-dir/es +test -d plural-2-dir/es/LC_MESSAGES || mkdir plural-2-dir/es/LC_MESSAGES cat < plural-2.data ja @@ -44,7 +44,7 @@ EOF while read lang; do read formula read dataok - cat > plural-2-ll.po < plural-2-es.po < dataout test "$dataok" = `cat dataout` || { echo "Formula evaluation error for language $lang" 1>&2