don't force TMPDIR on all unittests

Turns out at least on FreeBSD tmpfile will fail if TMPDIR points to
non-existant directory. This also has nice property of leaving it down
to users to set up TMPDIR the way they want.
This commit is contained in:
Aliaksey Kandratsenka 2024-02-07 19:32:45 -05:00
parent c52c321bdd
commit 7756b4cc61
1 changed files with 0 additions and 1 deletions

View File

@ -660,7 +660,6 @@ sampler_test_LDADD = libcommon.la
# These unittests often need to run binaries. They're in the current dir
TESTS_ENVIRONMENT += BINDIR=.
TESTS_ENVIRONMENT += TMPDIR=/tmp/perftools
TESTS += sampling_test.sh$(EXEEXT)
sampling_test_sh_SOURCES = src/tests/sampling_test.sh