diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-10-24 15:07:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-11-02 14:04:08 +0300 |
commit | f3279451bfa0152490df8d38a149b482dff6f810 (patch) | |
tree | feb0d6c3c47c2569b9c55c9ebfd4a53d7e721e1b /tests/pkg-system.testscript | |
parent | a2d58be61ad1fa3da9e1523b4d1bb9d626716d2e (diff) |
Always postpone 'unable to satisfy constraints' failure in collect_build_prerequisites() and fix unexpected 'unable to satisfy dependency' failure
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 0da2bc9..8aaabd9 100644 --- a/tests/pkg-system.testscript +++ b/tests/pkg-system.testscript @@ -714,8 +714,8 @@ rep_remove += -d cfg 2>! info: foo depends on (libbar >= 2) info: available sys:libbar/1 info: available sys:libbar/2 + info: while satisfying foo/2 info: explicitly specify libbar version to manually satisfy both constraints - info: while satisfying foo/2 EOE $pkg_drop libbar |