From ecff6a6f7c990dc6c33d8f5aade6e6d95f5ee066 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 22 Jun 2020 15:31:27 +0100 Subject: test suite: manpages-format: Cope with buster & eatmydata When man-db runs under eatmydata on buster, it (at least sometimes) prints this message ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. (This is #963508 which I have just filed against glibc.) Obviously it would be better if this just worked, but for now we can definitely ignore this as it doesn't represent a bug in src:dgit's manpages. Signed-off-by: Ian Jackson --- tests/tests/manpages-format | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/tests') diff --git a/tests/tests/manpages-format b/tests/tests/manpages-format index b6ab24a..2649a31 100755 --- a/tests/tests/manpages-format +++ b/tests/tests/manpages-format @@ -23,6 +23,7 @@ run_man () { } cat >$tmp/always-expected <<'END' +ERROR.* END for roff in $manpages; do -- cgit v1.2.3