diff options
Diffstat (limited to 'test/provides5.test')
-rw-r--r-- | test/provides5.test | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/test/provides5.test b/test/provides5.test index 906eb76..fc21ae2 100644 --- a/test/provides5.test +++ b/test/provides5.test @@ -2,5 +2,10 @@ --test-repo provides.repo add server-a server-b @EXPECT -ERROR: unsatisfiable dependencies: - world: server-a +ERROR: unsatisfiable constraints: + server-a-1: + conflicts: server-b-1[theservice] + satisfies: world[server-a] + server-b-1: + conflicts: server-a-1[theservice] + satisfies: world[server-b] |