diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-08-04 10:31:27 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-08-08 22:55:48 -0400 |
commit | f469c49f921d1809eed5e483606e8a859318b8c6 (patch) | |
tree | 022070bdd118ef4ae2ca5e68d03b545678c23a4e /ChangeLog | |
parent | 656b84c2ef525e3b69802c9057c5897e327b0332 (diff) | |
download | glibc-f469c49f921d1809eed5e483606e8a859318b8c6.tar.gz glibc-f469c49f921d1809eed5e483606e8a859318b8c6.tar.xz glibc-f469c49f921d1809eed5e483606e8a859318b8c6.zip |
tst-gettext2: make setup more robust
This test should be more robust about setting up its lang dirs. I had two completely different systems (ia64 & x86_64) get wedged in a way where the test just kept FAILing on me due to some of the files missing. This probably wasn't a big deal until the recent commit which made checking of the locale dirs more robust (for security reasons).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1702300704..af9cf96a02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-08-08 Mike Frysinger <vapier@gentoo.org> + + * intl/tst-gettext2.sh: Check every lang file for creation. + 2014-08-07 Wilco Dijkstra <wdijkstr@arm.com> * sysdeps/aarch64/fpu/math_private.h |