From 8764578719345262fc8d6b4e7824026f9c684256 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Mon, 8 Aug 2022 09:26:22 +0000 Subject: [PATCH] tests: ignore stdout on regress:missing test --- tests/requires.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requires.sh b/tests/requires.sh index a02fb45..338ada3 100755 --- a/tests/requires.sh +++ b/tests/requires.sh @@ -87,7 +87,7 @@ missing_body() atf_check \ -s exit:1 \ -e ignore \ - -o inline:"\n" \ + -o ignore \ pkgconf --cflags missing-require }