From dbc77fd3b6e48a17eb79f9ff3a5f810b7554bf6f Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 22 Mar 2021 17:19:31 -0400 Subject: tests: Avoid looping forever when failing to drop capabilities Link: https://github.com/void-linux/void-packages/pull/29437/checks?check_run_id=2169825021 --- tests.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index 0bdd1d4..ad71894 100755 --- a/tests.sh +++ b/tests.sh @@ -36,13 +36,21 @@ fi if command -v capsh &>/dev/null; then if capsh --has-p=CAP_DAC_OVERRIDE &>/dev/null || capsh --has-p=CAP_DAC_READ_SEARCH &>/dev/null; then + if [ -n "$BFS_TRIED_DROP" ]; then + cat >&2 <&2 <