diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-01-17 17:35:27 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-01-18 18:47:34 +0300 |
commit | 110b8541dca943a5513ce2ad4e1e8863806aa56f (patch) | |
tree | 57b7acbfa280a526e12f09c45bbb8675d501b877 /tests | |
parent | d1f58962fa9953a9ed0d2c72be5d86f3d6605804 (diff) |
Add support for multiple system package versionssys-install-multiple-versions
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pkg-system.testscript | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/tests/pkg-system.testscript b/tests/pkg-system.testscript index fc4f707..946a459 100644 --- a/tests/pkg-system.testscript +++ b/tests/pkg-system.testscript @@ -766,7 +766,7 @@ rep_remove += -d cfg 2>! EOE $pkg_status foo >'!foo configured 2'; - $pkg_status libbar >'libbar configured,system !*'; + $pkg_status libbar >'libbar configured,system *'; # Drop foo. # @@ -938,7 +938,14 @@ rep_remove += -d cfg 2>! EOE $pkg_status foo >'!foo configured 2'; - $pkg_status libbar >'libbar configured,system !*'; + $pkg_status libbar >'libbar configured,system *'; + + # Build ?sys:libbar/*. + # + # @@ Doesn't seems to reconfigure with the hold version flag. Need to fix. + # + #$pkg_build '?sys:libbar/*'; + #$pkg_status libbar >'libbar configured,system !*'; $pkg_drop foo } |