From 3ce9aa44f139a4a4c80ba9468b7f738b93782e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 25 Jul 2014 00:26:55 +0200 Subject: build: Fix typo in 'guix package --show' test. * tests/guix-package.sh: Change "^Package:" to "^name:". --- tests/guix-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/guix-package.sh') diff --git a/tests/guix-package.sh b/tests/guix-package.sh index 6b99275240..99debb936b 100644 --- a/tests/guix-package.sh +++ b/tests/guix-package.sh @@ -177,7 +177,7 @@ then false; else true; fi guix package -p "$profile" -A 'gui.*e' | grep guile # Check whether `--show' returns something sensible. -guix package --show=guile | grep "^Package: guile" +guix package --show=guile | grep "^name: guile" # There's no generation older than 12 months, so the following command should # have no effect. -- cgit v1.2.3