Set LOCPATH for tst-c16c32-1
Joseph S. Myers
joseph@codesourcery.com
Tue Jan 24 23:01:00 GMT 2012
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
More information about the Libc-alpha
mailing list