This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=b03b0c6c91a49873394ea718688bb0ce3be0077d commit b03b0c6c91a49873394ea718688bb0ce3be0077d Author: Raphaël Hertzog <[email protected]> AuthorDate: Fri Jul 13 11:44:34 2012 +0200 t-db: force C locale to make it work whatever the current locale Several checks are looking for the “error” string in the output. But this string varies depending on the locale. Force the C locale to make the test reliable. --- t-db/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t-db/Makefile b/t-db/Makefile index 07d188153..a59bab1ef 100644 --- a/t-db/Makefile +++ b/t-db/Makefile @@ -4,7 +4,7 @@ TESTS_DEB := include ../Test.mk -PKG_TUPLE = $(DPKG_QUERY) -f '$${Package}:$${Architecture}:$${Version}' -W +PKG_TUPLE = LC_ALL=C $(DPKG_QUERY) -f '$${Package}:$${Architecture}:$${Version}' -W TEST_CASES += test-dupe-multi TEST_CASES += test-cross-single-update -- Dpkg.Org's dpkg

