diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-07-25 00:26:55 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-07-25 00:26:55 +0200 |
commit | 3ce9aa44f139a4a4c80ba9468b7f738b93782e0d (patch) | |
tree | 01c5a8459b072068a1b782210ad2a215e04bdb2f /tests/guix-package.sh | |
parent | 6c9e7b2bea834e311938db79a815a48cab36e986 (diff) | |
download | guix-3ce9aa44f139a4a4c80ba9468b7f738b93782e0d.tar guix-3ce9aa44f139a4a4c80ba9468b7f738b93782e0d.tar.gz |
build: Fix typo in 'guix package --show' test.
* tests/guix-package.sh: Change "^Package:" to "^name:".
Diffstat (limited to 'tests/guix-package.sh')
-rw-r--r-- | tests/guix-package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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. |