From: Ulrich Drepper Date: Tue, 16 Jun 2009 14:48:27 +0000 (-0700) Subject: Run tst-fgetwc with necessary envvar. X-Git-Tag: fedora/glibc-2.10.90-1~3^2~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eae3208e249edda25548fa7680d01193d7515e0c;p=thirdparty%2Fglibc.git Run tst-fgetwc with necessary envvar. --- diff --git a/ChangeLog b/ChangeLog index 00b651fbd22..1ccf028bf9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,9 +4,8 @@ chmod if it is necessary. [BZ #10166] - * sysdeps/unix/sysv/linux/grantpt.c: If slave device is on devpts or - devfs, the mode might not be correct. Check it and return only if it - is correct. + * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used + when the slave device is in devpts or devfs. [BZ #10183] * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits. @@ -26,6 +25,7 @@ [BZ #10196] * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name. + * libio/Makefile: Run tst-fgetwc with necessary envvar. Patch by Bruce Dubbs . [BZ #10217] diff --git a/libio/Makefile b/libio/Makefile index b94d047f5a8..501e80c2ee0 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -153,6 +153,7 @@ tst-ungetwc2-ENV = LOCPATH=$(common-objpfx)localedata bug-ungetwc2-ENV = LOCPATH=$(common-objpfx)localedata tst-swscanf-ENV = LOCPATH=$(common-objpfx)localedata bug-ftell-ENV = LOCPATH=$(common-objpfx)localedata +tst-fgetwc-ENV = LOCPATH=$(common-objpfx)localedata generated = tst-fopenloc.mtrace tst-fopenloc.check