~ruther/guix-local

278b64283ad78e5276499bc3ed93e8f6bdd7ff4f — Ludovic Courtès 11 years ago feadf10
tests: Use the C locale for 'guix package -s'.

* tests/guix-package.sh: Set LC_MESSAGES=C before the 'guix package -s'
  test.
1 files changed, 2 insertions(+), 0 deletions(-)

M tests/guix-package.sh
M tests/guix-package.sh => tests/guix-package.sh +2 -0
@@ 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"`"