diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2017-11-11 15:33:04 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2017-11-11 15:33:04 +0100 |
| commit | 4ad3a3f995dc9bd00edbe37eb773bf07d1ad14c0 (patch) | |
| tree | 27ad4385de8a21d41b419fd3310805532dd92a30 | |
| parent | 65a19abf3fad2dee86cc3585124ca2f85cf115b7 (diff) | |
tests: Refer to "time@1.8".
This is a followup to dd00e0919fcecd895ff4e5a646cf068f46ff8d12.
* tests/guix-build.sh: Refer to "time@1.8".
| -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 880a582777c..004a40dee2e 100644 --- a/tests/guix-build.sh +++ b/tests/guix-build.sh | |||
| @@ -184,7 +184,7 @@ test "`guix build superseded -d`" = "`guix build bar -d`" | |||
| 184 | 184 | ||
| 185 | # Parsing package names and versions. | 185 | # Parsing package names and versions. |
| 186 | guix build -n time # PASS | 186 | guix build -n time # PASS |
| 187 | guix build -n time@1.7 # PASS, version found | 187 | guix build -n time@1.8 # PASS, version found |
| 188 | if guix build -n time@3.2; # FAIL, version not found | 188 | if guix build -n time@3.2; # FAIL, version not found |
| 189 | then false; else true; fi | 189 | then false; else true; fi |
| 190 | if guix build -n something-that-will-never-exist; # FAIL | 190 | if guix build -n something-that-will-never-exist; # FAIL |
