]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
m4/dovecot.m4: rename valgrind output file to hide it from certain tests
authorPhil Carmody <phil@dovecot.fi>
Tue, 19 Jun 2018 12:30:36 +0000 (15:30 +0300)
committerPhil Carmody <phil@dovecot.fi>
Thu, 30 Aug 2018 10:56:33 +0000 (13:56 +0300)
commit52c1c9950e473201ff301eef3d7f899ca272b5aa
tree91714c699fa5e59e45f0a1e7604bdb5d736a2dc4
parentef47c3da96788e4a18db5b8d0149168fd13e0f5e
m4/dovecot.m4: rename valgrind output file to hide it from certain tests

Some lib-http tests use readdir() to create test cases, and sometimes
object to the contents of test.out.$$. However, as lib-http is also
sensitive to certain characters in the filenames of the files it uses,
we can hide the valgrind output by chosing its filename to exclude it
from the lib_http tests. Non-initial '~' is not known to cause any issues
for either the shell or any known operating system, so is the safest of
lib-http's 'dodgy' characters to use as the separator.

Signed-off-by: Phil Carmody <phil@dovecot.fi>
m4/dovecot.m4