From fa762cd47677a119eddd3bc0c075de9819739cd6 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 20 Feb 2018 22:22:52 +0000 Subject: [PATCH] tests: make sure adding a pinning to a child dependency fails --- test/pinning14.test | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/pinning14.test diff --git a/test/pinning14.test b/test/pinning14.test new file mode 100644 index 0000000..e6a9761 --- /dev/null +++ b/test/pinning14.test @@ -0,0 +1,5 @@ +@ARGS +--test-repo testing:pinning-overlay1.repo +add -t .foo samever@testing=10 +@EXPECT +ERROR: 'samever@testing=10' is not a valid child dependency, format is name([<>~=]version)