tests: env-S.pl: unset GNU/Hurd env vars

* tests/misc/env-S.pl: Unset LD_ORIGIN_PATH.
This commit is contained in:
Collin Funk
2025-01-13 19:43:12 -08:00
committed by Pádraig Brady
parent 0032e336e5
commit 75e2224ae2

3
tests/env/env-S.pl vendored
View File

@@ -39,6 +39,9 @@ my $cf = 'SYSTEMROOT';
exists $ENV{$cf} and $env .= " -u$cf";
my $cf = 'WINDIR';
exists $ENV{$cf} and $env .= " -u$cf";
# Likewise for these GNU/Hurd env vars
my $cf = 'LD_ORIGIN_PATH';
exists $ENV{$cf} and $env .= " -u$cf";
my @Tests =
(