aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-system.testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkg-system.testscript')
-rw-r--r--tests/pkg-system.testscript11
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
}