From 88135656c91d3d04169ca8ef59a4e049c61b8b8a Mon Sep 17 00:00:00 2001 From: Arturo Borrero Gonzalez Date: Tue, 8 Sep 2020 12:50:44 +0200 Subject: [PATCH] d/t/control: mark nft -h test as superficial This checks if the main binary is correctly installed and linked, and that it is usable at the bare minimum. But apparently this is considered superficial, so lets mark it that way. Closes: #969851 Signed-off-by: Arturo Borrero Gonzalez --- debian/tests/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tests/control b/debian/tests/control index 2bec726..9b40f99 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,6 +1,6 @@ Test-Command: nft -h Depends: @ -Restrictions: needs-root +Restrictions: needs-root, superficial Tests: internaltest-shell.sh Depends: kmod, @ -- GitLab