From 9a08cbfcc1ef900a04580f35afe2a4592d7d6030 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 02:45:20 +0200 Subject: Adding upstream version 1.19.8. Signed-off-by: Daniel Baumann --- t-func/atlocal.in | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 t-func/atlocal.in (limited to 't-func/atlocal.in') diff --git a/t-func/atlocal.in b/t-func/atlocal.in new file mode 100644 index 0000000..1e77669 --- /dev/null +++ b/t-func/atlocal.in @@ -0,0 +1,27 @@ +# Global shell definitions for the autotest test suite + +PATH="@abs_top_builddir@/dpkg-deb:@abs_top_builddir@/dpkg-split:@abs_top_builddir@/src:@abs_top_builddir@/utils:$PATH" +export PATH + +TESTDATA="@abs_top_srcdir@/t-func" +export TESTDATA + +# Setup a sane environment + +umask 0022 + +LC_ALL=C +export LC_ALL + +TZ=UTC0 +export TZ + +SOURCE_DATE_EPOCH=0 +export SOURCE_DATE_EPOCH + +# Cleanup variables that might affect the tests. +unset GZIP +unset BZIP +unset XZ_OPT +unset XZ_DEFAULTS + -- cgit v1.2.3