chiark / gitweb /
test suite: manpages-format: Cope with buster & eatmydata
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 22 Jun 2020 14:31:27 +0000 (15:31 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 22 Jun 2020 18:03:46 +0000 (19:03 +0100)
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>
tests/tests/manpages-format

index b6ab24a08e2474780f4af05f75e7c13b119b729e..2649a313490d22a1aa941c262e0a68742c983576 100755 (executable)
@@ -23,6 +23,7 @@ run_man () {
 }
 
 cat >$tmp/always-expected <<'END'
+ERROR.*
 END
 
 for roff in $manpages; do