On 5/7/2016 6:38 PM, Ken Brown wrote: > The test in test/lisp/net/shr-tests.el fails on an out-of-tree build > because of the references to the relative directory "data/shr". I guess > this should be replaced everywhere by something like > > (expand-file-name "test/data/shr" source-directory) The attached patch seems to fix it. Ken