From 33e31295462764ff2d95c361e877a460026efbf0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 19 Mar 2018 12:41:47 +0200 Subject: Add support for package-specific options in pkg-build --- tests/pkg-system.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') 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; -- cgit v1.1