]> git.ipfire.org Git - thirdparty/gnutls.git/commit
tests/Makefile.am: use absolute top_srcdir for GNUTLS_PRIORITY_FILE
authorDimitri John Ledkov <xnox@ubuntu.com>
Mon, 6 Jan 2020 09:41:27 +0000 (09:41 +0000)
committerDimitri John Ledkov <xnox@ubuntu.com>
Mon, 6 Jan 2020 14:54:56 +0000 (14:54 +0000)
commit85e76bbd10d9ca481c2396eaab61ea70f49d23ac
treea4e6d608931dfdadcdc24c237dcc9d59e6bece73
parent72ce753893e9eab212de3f6305c17b12d0365724
tests/Makefile.am: use absolute top_srcdir for GNUTLS_PRIORITY_FILE

Some tests, e.g. in suite/tls-fuzzer execute scripts from
sub-directories, making the relative path to system.prio in the
environment pointing to a non-existent file. Export system.prio
testsuite file as an absolute path to avoid this issue.

Signed-off-by: Dimitri John Ledkov <xnox@ubuntu.com>
tests/Makefile.am
tests/cert-tests/Makefile.am
tests/slow/Makefile.am
tests/suite/Makefile.am
tests/windows/Makefile.am