From 110b8541dca943a5513ce2ad4e1e8863806aa56f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 17 Jan 2023 17:35:27 +0300 Subject: Add support for multiple system package versions --- tests/pkg-system.testscript | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'tests/pkg-system.testscript') 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 } -- cgit v1.1