From 278b64283ad78e5276499bc3ed93e8f6bdd7ff4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 15 Jun 2014 10:32:21 +0200 Subject: tests: Use the C locale for 'guix package -s'. * tests/guix-package.sh: Set LC_MESSAGES=C before the 'guix package -s' test. --- tests/guix-package.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/guix-package.sh b/tests/guix-package.sh index 3fd65a2e1a..de545801de 100644 --- a/tests/guix-package.sh +++ b/tests/guix-package.sh @@ -80,6 +80,8 @@ then test "`guix package -p "$profile" -I 'g.*e' | cut -f1`" = "guile-bootstrap" # Search. + LC_MESSAGES=C + export LC_MESSAGES test "`guix package -s "An example GNU package" | grep ^name:`" = \ "name: hello" test -z "`guix package -s "n0t4r341p4ck4g3"`" -- cgit v1.2.3