aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/pkg-system.testscript12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/pkg-system.testscript b/tests/pkg-system.testscript
index e8ad676..678e838 100644
--- a/tests/pkg-system.testscript
+++ b/tests/pkg-system.testscript
@@ -908,4 +908,16 @@ rep_remove += -d cfg 2>!
$pkg_drop foo
}
+
+ : unhold
+ :
+ : Test that the system package get purged being unhold.
+ :
+ {
+ $clone_cfg;
+
+ $pkg_build 'sys:foo' 2>'configured sys:foo/*';
+
+ $pkg_build ?foo 2>'purged foo/*'
+ }
}