From: Collin Funk Date: Tue, 14 Jan 2025 03:43:12 +0000 (-0800) Subject: tests: env-S.pl: unset GNU/Hurd env vars X-Git-Tag: v9.6~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75e2224ae27f0c6078bddcd194a77f4ee0c8594a;p=thirdparty%2Fcoreutils.git tests: env-S.pl: unset GNU/Hurd env vars * tests/misc/env-S.pl: Unset LD_ORIGIN_PATH. --- diff --git a/tests/env/env-S.pl b/tests/env/env-S.pl index b250149656..48268b41c5 100755 --- a/tests/env/env-S.pl +++ b/tests/env/env-S.pl @@ -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 = (