diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-19 12:41:47 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-04-19 19:39:55 +0300 |
commit | 33e31295462764ff2d95c361e877a460026efbf0 (patch) | |
tree | 92d68b3271347399df8b300e03352f939d70c98e /tests/pkg-system.test | |
parent | f02e85435d2b2bebc1fad6ef4b65227011fdcc0a (diff) |
Add support for package-specific options in pkg-build
Diffstat (limited to 'tests/pkg-system.test')
-rw-r--r-- | tests/pkg-system.test | 8 |
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; |