]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
tests: set SOCKET_WRAPPER_DIR_ALLOW_ORIG
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 7 Jan 2025 13:20:13 +0000 (13:20 +0000)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 7 Jan 2025 13:20:13 +0000 (13:20 +0000)
commit6d77b453b041228d912d4952a4e04c41feec95d1
treeebf086524dd44ced32c429c689bde316c5279146
parentfa1c8453f72cafe9a98f7650ef3a522eec0faaa7
tests: set SOCKET_WRAPPER_DIR_ALLOW_ORIG

This allows the sockwrap library to use the original relative path of its
directory, instead of failing when realpath() gives an absolute pathname
which is too long. This was causing the COPR builds to fail on newer
versions of Fedora (with newer sockwrap).

Closes: #770
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
tests/Makefile.am
tests/common.sh