diff options
Diffstat (limited to 'tests/guix-build.sh')
| -rw-r--r-- | tests/guix-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-build.sh b/tests/guix-build.sh index 094be7769d1..ceb27caa993 100644 --- a/tests/guix-build.sh +++ b/tests/guix-build.sh | |||
| @@ -347,7 +347,7 @@ test "`guix build superseded -d`" = "`guix build bar -d`" | |||
| 347 | 347 | ||
| 348 | # Parsing package names and versions. | 348 | # Parsing package names and versions. |
| 349 | guix build -n time # PASS | 349 | guix build -n time # PASS |
| 350 | guix build -n time@1.9 # PASS, version found | 350 | guix build -n time@1.10 # PASS, version found |
| 351 | guix build -n time@3.2 && false # FAIL, version not found | 351 | guix build -n time@3.2 && false # FAIL, version not found |
| 352 | guix build -n something-that-will-never-exist && false # FAIL | 352 | guix build -n something-that-will-never-exist && false # FAIL |
| 353 | 353 | ||
