From 14e2f9ea11213f422fd8f51e4cf9ac4d62d270bd Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Mon, 28 Oct 2024 09:15:00 +0100 Subject: [PATCH] tests/check-against-debootstrap-dist: require iputils-ping >= 3:20240905-1 --- tests/check-against-debootstrap-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check-against-debootstrap-dist b/tests/check-against-debootstrap-dist index 1d32c59..fedada7 100644 --- a/tests/check-against-debootstrap-dist +++ b/tests/check-against-debootstrap-dist @@ -109,7 +109,7 @@ if [ "{{ VARIANT }}" = "-" ]; then rm /tmp/debian-{{ DIST }}-debootstrap/var/lib/systemd/catalog/database rm /tmp/debian-{{ DIST }}-mm/var/lib/systemd/catalog/database - case {{ DIST }} in oldstable | stable | testing) + case {{ DIST }} in oldstable | stable) cap=$(chroot /tmp/debian-{{ DIST }}-debootstrap /sbin/getcap /bin/ping) expected="/bin/ping cap_net_raw=ep" if [ "$cap" != "$expected" ]; then