diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-10-25 18:14:35 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-11-02 14:04:09 +0300 |
commit | ad53b2152e10b133165c95f08f218e80f1dd8580 (patch) | |
tree | 2f2a0a09d776767ad302663fb5496a093d318854 /tests/pkg-system.testscript | |
parent | b28f172537ae14d0fd386de63f7b62bfa6612d3a (diff) |
Improve pkg-build's 'unable to upgrade package' diagnostics
Diffstat (limited to 'tests/pkg-system.testscript')
-rw-r--r-- | tests/pkg-system.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkg-system.testscript b/tests/pkg-system.testscript index 8aaabd9..11ed1cc 100644 --- a/tests/pkg-system.testscript +++ b/tests/pkg-system.testscript @@ -711,7 +711,7 @@ rep_remove += -d cfg 2>! $pkg_build foo 'sys:libbar/1' 2>>EOE != 0; error: unable to satisfy constraints on package libbar info: command line depends on (libbar == 1) - info: foo depends on (libbar >= 2) + info: foo/2 depends on (libbar >= 2) info: available sys:libbar/1 info: available sys:libbar/2 info: while satisfying foo/2 |