[tests] t/test_mod_ssi adjust to follow symlinks

t/test_mod_ssi adjust to follow symlinks

/tmp may be a symlink on MacOS
personal/stbuehler/tests-path
Glenn Strauss 2021-11-28 19:16:51 -05:00
parent cba6a1ab54
commit 863551cd8d
1 changed files with 1 additions and 0 deletions

View File

@ -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);