This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Set LOCPATH for tst-c16c32-1


The test wcsmbs/tst-c16c32-1 uses setlocale, so it should have LOCPATH in 
its environment like other tests using locales so as to be sure the 
de_DE.UTF-8 locale is available.  I've committed as obvious this patch to 
do this.

diff --git a/ChangeLog b/ChangeLog
index 79e142a..e1e2947 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-24  Joseph Myers  <joseph@codesourcery.com>
+
+	* wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
+
 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
 
 	* sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile
index 010e0c8..5e447f8 100644
--- a/wcsmbs/Makefile
+++ b/wcsmbs/Makefile
@@ -86,3 +86,4 @@ tst-btowc-ENV = LOCPATH=$(common-objpfx)localedata
 tst-mbrtowc-ENV = LOCPATH=$(common-objpfx)localedata
 tst-wcrtomb-ENV = LOCPATH=$(common-objpfx)localedata
 tst-mbrtowc2-ENV = LOCPATH=$(common-objpfx)localedata
+tst-c16c32-1-ENV = LOCPATH=$(common-objpfx)localedata

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]