From 541b40803751d4dc6b6575e3f80de89b04b71bc6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 28 Mar 2018 09:46:20 +0200 Subject: Replace --{drop,keep}-prerequisites with --keep-unused --- tests/pkg-system.test | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tests/pkg-system.test') 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 -- cgit v1.1