From 92700e194ca3b34d1f0a2466cfcd65f41f003d12 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 23 Sep 2021 14:48:25 +0200 Subject: [PATCH] test: fix 002-scanbuild test --- test/compilation/002-scanbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/compilation/002-scanbuild b/test/compilation/002-scanbuild index cb2dc9e..35a3faf 100755 --- a/test/compilation/002-scanbuild +++ b/test/compilation/002-scanbuild @@ -8,7 +8,7 @@ for opts in \ "--host-system=FreeBSD" \ "--without-nettle" \ "--without-nettle --without-nss" \ - "--without-nettle --without-nss --without-tomcrypt" + "--without-nettle --without-nss --without-tomcrypt" \ "--without-nettle --without-nss --without-tomcrypt --without-gnutls" do ./configure $opts