summaryrefslogtreecommitdiff
path: root/test/provides6.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/provides6.test')
-rw-r--r--test/provides6.test11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/provides6.test b/test/provides6.test
new file mode 100644
index 0000000..649ae20
--- /dev/null
+++ b/test/provides6.test
@@ -0,0 +1,11 @@
+@ARGS
+--test-repo provides.repo
+add app app2
+@EXPECT
+ERROR: unsatisfiable constraints:
+ libfoo-1:
+ conflicts: libfoo-2
+ satisfies: app-2[so:foo.so.1]
+ libfoo-2:
+ conflicts: libfoo-1
+ satisfies: app2-2[so:foo.so.2]