tests: ignore stdout on regress:missing test

pull/243/head
Ariadne Conill 2022-08-08 09:26:22 +00:00
parent 5b10a85a82
commit 8764578719
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ missing_body()
atf_check \
-s exit:1 \
-e ignore \
-o inline:"\n" \
-o ignore \
pkgconf --cflags missing-require
}