diff --git a/debian/patches/fix_https_test.patch b/debian/patches/fix_https_test.patch index 5007b6dc6..c10b4d0b2 100644 --- a/debian/patches/fix_https_test.patch +++ b/debian/patches/fix_https_test.patch @@ -1,3 +1,4 @@ +Update the condition around the HTTPS feature to match when it's enabled. diff --git a/tests/core/features.c b/tests/core/features.c index cf5e190..6d4273a 100644 --- a/tests/core/features.c diff --git a/debian/patches/series b/debian/patches/series index 2d8707844..eaf13ae4f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,2 @@ disable_tests.patch -fix_https_test.patch \ No newline at end of file +fix_https_test.patch