From d351e6ae59acc9d35407bb3ac89939a8ed97095a Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Fri, 12 Jul 2019 08:23:36 -0500 Subject: [PATCH] Revert "tests: remove some no longer relevant bitrot in the test environment file" This reverts commit 107ad34f8fdae7af0f38afaa51e0ca8fdbee8250. Breaks autoconf. --- tests/test_env.sh.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_env.sh.in b/tests/test_env.sh.in index 619ea74..17ee1f5 100644 --- a/tests/test_env.sh.in +++ b/tests/test_env.sh.in @@ -30,6 +30,9 @@ Msys|CYGWIN*) PATH_SEP=";";; Haiku) LIBRARY_PATH_ENV="BELIBRARIES";; esac +prefix="@prefix@" +exec_prefix="@exec_prefix@" +datarootdir="@datarootdir@" pcpath="@PKG_DEFAULT_PATH@" tests_init()