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.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/pkg-system.test b/tests/pkg-system.test
index 271921c..cb1fe03 100644
--- a/tests/pkg-system.test
+++ b/tests/pkg-system.test
@@ -68,8 +68,8 @@ rep_fetch += -d cfg --auth all --trust-yes 2>!
$pkg_build 'sys:libbar' '?sys:libbar' 2>>EOE != 0;
error: duplicate package libbar
- info: first mentioned as ?sys:libbar
- info: second mentioned as sys:libbar
+ info: first mentioned as sys:libbar
+ info: second mentioned as ?sys:libbar
EOE
$pkg_build '?sys:libbar' 'sys:libbar' 2>>EOE != 0;
@@ -86,8 +86,8 @@ rep_fetch += -d cfg --auth all --trust-yes 2>!
$pkg_build libbar '?sys:libbar' 2>>EOE != 0;
error: duplicate package libbar
- info: first mentioned as ?sys:libbar
- info: second mentioned as libbar
+ info: first mentioned as libbar
+ info: second mentioned as ?sys:libbar
EOE
$pkg_build 'sys:libbar' libbar 2>>EOE != 0;