aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-06-24 13:08:58 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-06-26 10:08:54 +0300
commit86700536f5ca500c4a837d03626f672dcfdbb97d (patch)
treeaa54100afb55857db753a81b27488cb088f21b2d /tests
parent06b45a46eff6eae5be6f8c04e7a1ef6292b302bf (diff)
Fix pkg-disfigure diagnostics
Diffstat (limited to 'tests')
-rw-r--r--tests/pkg-configure.testscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pkg-configure.testscript b/tests/pkg-configure.testscript
index e4cc768..841f0ad 100644
--- a/tests/pkg-configure.testscript
+++ b/tests/pkg-configure.testscript
@@ -295,7 +295,7 @@ if ($posix && "$uid" != '0')
$* libbar 2>'configured libbar/1.0.0';
$pkg_disfigure libfoo 2>>EOE != 0;
- error: package libfoo still has dependencies:
+ error: package libfoo still has dependents:
info: package libbar
EOE
@@ -355,7 +355,7 @@ if ($posix && "$uid" != '0')
$* libbar 2>'configured libbar/1.2.0';
$pkg_disfigure libfoo 2>>EOE != 0;
- error: package libfoo still has dependencies:
+ error: package libfoo still has dependents:
info: package libbar on libfoo >= 1.2.0
EOE