]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: env: skip a few tests if LD_LIBRARY_PATH is set
authorCollin Funk <collin.funk1@gmail.com>
Fri, 19 Sep 2025 23:32:52 +0000 (16:32 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Fri, 19 Sep 2025 23:40:09 +0000 (16:40 -0700)
commitbbde83899d6f76c50ad202879144432184e84293
treee7d3a99eb16e29dec857ae10368e5973971015c3
parentd9ff4d9af20dc120b933943d336bbee65d309b4a
tests: env: skip a few tests if LD_LIBRARY_PATH is set

* tests/env/env-null.sh: Skip test if LD_LIBRARY_PATH or platform's
equivalent is set, since 'env -i' will unset it which may prevent
programs from running.
* tests/env/env-S.pl: Likewise.
Issue and suggested fix reported by Bruno Haible.
tests/env/env-S.pl
tests/env/env-null.sh