summaryrefslogtreecommitdiff
path: root/tests/guix-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/guix-build.sh')
-rw-r--r--tests/guix-build.sh2
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.
349guix build -n time # PASS 349guix build -n time # PASS
350guix build -n time@1.9 # PASS, version found 350guix build -n time@1.10 # PASS, version found
351guix build -n time@3.2 && false # FAIL, version not found 351guix build -n time@3.2 && false # FAIL, version not found
352guix build -n something-that-will-never-exist && false # FAIL 352guix build -n something-that-will-never-exist && false # FAIL
353 353