[tests] t/test_mod_ssi adjust to follow symlinks

t/test_mod_ssi adjust to follow symlinks

/tmp may be a symlink on MacOS
master
Glenn Strauss 1 year ago
parent cba6a1ab54
commit 863551cd8d

@ -149,6 +149,7 @@ void test_mod_ssi (void)
r.tmp_buf = buffer_init();
r.conf.errh = fdlog_init(NULL, -1, FDLOG_FD);
r.conf.errh->fd = -1; /* (disable) */
r.conf.follow_symlink = 1;
handler_ctx * const hctx = handler_ctx_init(p, r.conf.errh);
assert(NULL != hctx);

Loading…
Cancel
Save