From fe6366790172e66bd723386ee3337fd862bda999 Mon Sep 17 00:00:00 2001 From: Michael Vasseur Date: Mon, 28 Oct 2024 08:51:13 +0100 Subject: [PATCH] Try to catch the command by root in the bats tests --- .github/jobs/configure-checks/all.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/jobs/configure-checks/all.bats b/.github/jobs/configure-checks/all.bats index ee5a68c3f6..0d50d78379 100755 --- a/.github/jobs/configure-checks/all.bats +++ b/.github/jobs/configure-checks/all.bats @@ -45,7 +45,7 @@ run_user_stderr () { } run_stderr () { - "$*" 2>&1 + run "$* 2>&1" } run_configure () {