aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-system.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkg-system.test')
-rw-r--r--tests/pkg-system.test14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/pkg-system.test b/tests/pkg-system.test
index b0878e2..ced16f0 100644
--- a/tests/pkg-system.test
+++ b/tests/pkg-system.test
@@ -563,7 +563,7 @@ rep_fetch += -d cfg --auth all --trust-yes 2>!
$clone_cfg;
$pkg_build foo 2>>EOE != 0;
- error: prerequisite libbar >= 2 of package foo is not available in source
+ error: dependency libbar >= 2 of package foo is not available in source
info: specify ?sys:libbar if it is available from the system
info: while satisfying foo/2
EOE
@@ -616,7 +616,7 @@ rep_fetch += -d cfg --auth all --trust-yes 2>!
# Fail to build foo.
#
$pkg_build foo 2>>EOE != 0;
- error: prerequisite libbar >= 2 of package foo is not available in source
+ error: dependency libbar >= 2 of package foo is not available in source
info: sys:libbar/1 does not satisfy the constrains
info: while satisfying foo/2
EOE
@@ -651,7 +651,7 @@ rep_fetch += -d cfg --auth all --trust-yes 2>!
# Fail to build foo and sys:libbar/1.
#
$pkg_build foo 'sys:libbar/1' 2>>EOE != 0;
- error: prerequisite libbar >= 2 of package foo is not available in source
+ error: dependency libbar >= 2 of package foo is not available in source
info: sys:libbar/1 does not satisfy the constrains
info: while satisfying foo/2
EOE
@@ -692,7 +692,7 @@ rep_fetch += -d cfg --auth all --trust-yes 2>!
# Fail to build sys:libbar/1.1 and foo.
#
$pkg_build 'sys:libbar/1.1' foo 2>>EOE != 0;
- error: prerequisite libbar >= 2 of package foo is not available in source
+ error: dependency libbar >= 2 of package foo is not available in source
info: sys:libbar/1.1 does not satisfy the constrains
info: while satisfying foo/2
EOE
@@ -751,7 +751,7 @@ rep_fetch += -d cfg --auth all --trust-yes 2>!
# Fail to build foo.
#
$pkg_build foo 2>>EOE != 0;
- error: prerequisite libbar >= 2 of package foo is not available in source
+ error: dependency libbar >= 2 of package foo is not available in source
info: sys:libbar/1 does not satisfy the constrains
info: while satisfying foo/2
EOE
@@ -799,7 +799,7 @@ rep_fetch += -d cfg --auth all --trust-yes 2>!
$clone_cfg;
$pkg_build foo 2>>EOE != 0;
- error: prerequisite libbar >= 2 of package foo is not available in source
+ error: dependency libbar >= 2 of package foo is not available in source
info: specify ?sys:libbar if it is available from the system
info: while satisfying foo/2
EOE
@@ -813,7 +813,7 @@ rep_fetch += -d cfg --auth all --trust-yes 2>!
EOE
$pkg_build foo '?sys:libbar/1' 2>>EOE != 0;
- error: prerequisite libbar >= 2 of package foo is not available in source
+ error: dependency libbar >= 2 of package foo is not available in source
info: sys:libbar/1 does not satisfy the constrains
info: while satisfying foo/2
EOE