summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2020-06-22 15:31:27 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2020-06-22 19:03:46 +0100
commitecff6a6f7c990dc6c33d8f5aade6e6d95f5ee066 (patch)
tree952f7ad44d907504a5cb1b4bacb7cba882365a7d
parente772b73b5b4d40e91a525c0a03dc89c7a14eb05f (diff)
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 <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xtests/tests/manpages-format1
1 files changed, 1 insertions, 0 deletions
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