mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
build: Unset 'CDPATH' in 'test-env'.
Reported by Mathieu Lirzin. * test-env.in: Unset 'CDPATH'.
This commit is contained in:
parent
c268a0d4a6
commit
d8805b95f5
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@
|
||||||
# `pre-inst-env'. This is used to run unit tests with the just-built
|
# `pre-inst-env'. This is used to run unit tests with the just-built
|
||||||
# daemon, unless `--disable-daemon' was passed at configure time.
|
# daemon, unless `--disable-daemon' was passed at configure time.
|
||||||
|
|
||||||
|
|
||||||
|
# Make sure 'cd' behaves deterministically and doesn't write anything to
|
||||||
|
# stdout.
|
||||||
|
unset CDPATH
|
||||||
|
|
||||||
if [ -x "@abs_top_builddir@/guix-daemon" ]
|
if [ -x "@abs_top_builddir@/guix-daemon" ]
|
||||||
then
|
then
|
||||||
NIX_SETUID_HELPER="@abs_top_builddir@/nix-setuid-helper" # normally unused
|
NIX_SETUID_HELPER="@abs_top_builddir@/nix-setuid-helper" # normally unused
|
||||||
|
|
Loading…
Reference in a new issue