From 8e59438025c88ebd83a78cf12c06ff954d979e01 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Fri, 10 Sep 2021 08:30:24 -0300 Subject: [PATCH] debian: drop debian specific test exclusion In principle these tests should pass now. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 1d25f9c3..fa0551a9 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ override_dh_auto_configure: --localstatedir=/var override_dh_auto_test: - dh_auto_test -- V=1 NOTMUCH_SKIP_TESTS="libconfig.18 libconfig.31" + dh_auto_test -- V=1 override_dh_auto_build: dh_auto_build -- V=1 -- 2.43.0