diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/guix-package.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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"`" |