summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/model_tests.d/dpkg-copyright-test-conf.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/model_tests.d/dpkg-copyright-test-conf.pl b/t/model_tests.d/dpkg-copyright-test-conf.pl
index c82ae739..266fb0e3 100644
--- a/t/model_tests.d/dpkg-copyright-test-conf.pl
+++ b/t/model_tests.d/dpkg-copyright-test-conf.pl
@@ -288,10 +288,12 @@ in ‘/usr/share/common-licenses/GPL-1’.",
check => {
'License:ISC text' => qr/Please fill/,
'License:BSD-2-clause text' => qr/Please fill/,
+ 'Files:"3rdparty/libuv/samples/*" License short_name' => "BSD-3-clause and/or Expat",
},
wr_check => {
qq!Files:"3rdparty/dyncall/*" License full_license! => undef,
},
+ has_not_key => [ License => qr!and/or! ],
file_contents_unlike => {
'debian/copyright' => qr/\n\nLicense: ISC\n\n/,
'debian/copyright' => qr/\n\nLicense: BSD-2-clause\n\n/,