<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/tests/env, branch master</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=master</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2026-03-27T21:15:18Z</updated>
<entry>
<title>tests: env/env.sh: improve portability</title>
<updated>2026-03-27T21:15:18Z</updated>
<author>
<name>oech3</name>
<email>79379754+oech3@users.noreply.github.com</email>
</author>
<published>2026-03-12T09:33:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fcccbab0fbd66966b7792ecdb2a7beedb7d9f7e1'/>
<id>urn:sha1:fcccbab0fbd66966b7792ecdb2a7beedb7d9f7e1</id>
<content type='text'>
* tests/env/env.sh: Make more portable by avoiding references to our
build dir,  and avoiding names that may cause false matches in
multi-call binaries.
https://github.com/coreutils/coreutils/pull/216
</content>
</entry>
<entry>
<title>tests: env.sh: avoid multi-call binary considerations</title>
<updated>2026-01-18T21:41:23Z</updated>
<author>
<name>oech3</name>
<email>79379754+oech3@users.noreply.github.com</email>
</author>
<published>2026-01-18T20:38:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d5164f3d216917005003877faeb1abe7cae5d765'/>
<id>urn:sha1:d5164f3d216917005003877faeb1abe7cae5d765</id>
<content type='text'>
A simpler fix than commit v9.9-4-g3b6efd555
which is less dependent on the exact behavior
of a multi-call binary.

* tests/env/env.sh: Use a local script rather than 'true'.
which may be a symlinked multi-call binary.
https://github.com/coreutils/coreutils/pull/174
</content>
</entry>
<entry>
<title>maint: run 'make update-copyright'</title>
<updated>2026-01-01T18:56:16Z</updated>
<author>
<name>Collin Funk</name>
<email>collin.funk1@gmail.com</email>
</author>
<published>2026-01-01T18:56:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=73d3a49f45770c45808e4fdab35ae4fe248a3cd9'/>
<id>urn:sha1:73d3a49f45770c45808e4fdab35ae4fe248a3cd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: env: check that real-time signals can be ignored</title>
<updated>2025-12-30T05:26:22Z</updated>
<author>
<name>Collin Funk</name>
<email>collin.funk1@gmail.com</email>
</author>
<published>2025-12-29T03:48:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d3f0c7290270babb2fb855ff82c66d15345e83f4'/>
<id>urn:sha1:d3f0c7290270babb2fb855ff82c66d15345e83f4</id>
<content type='text'>
* tests/env/env-signal-handler.sh: Test that --ignore-signal with no
options also ignores real-time signals. Test that real-time signals can
be ignored by explicitly listing them.
</content>
</entry>
<entry>
<title>tests: env: ensure non-utf8 name or value is supported</title>
<updated>2025-12-11T21:27:44Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-12-11T21:19:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a68ffc7176405ed858b36027b03dd35e09817b37'/>
<id>urn:sha1:a68ffc7176405ed858b36027b03dd35e09817b37</id>
<content type='text'>
* tests/env/env.sh: Add a test case ensuring non-utf8 characters
in the name or value are supported.
</content>
</entry>
<entry>
<title>tests: env: add a test for --ignore-signal=PIPE</title>
<updated>2025-12-10T22:41:42Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-12-10T22:41:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ef613e2a7606922f10e9a8b69544e989da1009c3'/>
<id>urn:sha1:ef613e2a7606922f10e9a8b69544e989da1009c3</id>
<content type='text'>
* tests/env/env-signal-handler.sh: Add a test for this
oft interfered with signal.
</content>
</entry>
<entry>
<title>tests: env --argv0: fix false failure with symlinked single binary</title>
<updated>2025-11-12T13:47:55Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-11-12T13:25:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3b6efd5557807de97d9ef729646990ff58507d98'/>
<id>urn:sha1:3b6efd5557807de97d9ef729646990ff58507d98</id>
<content type='text'>
* tests/env/env.sh: Always pass --coreutils-prog=true so that the
program to run can be determined with --enable-single-binary=symlinks.
Also actually verify the expected verbose output.
Reported by the Alpine Linux project.
</content>
</entry>
<entry>
<title>tests: env: skip a few tests if LD_LIBRARY_PATH is set</title>
<updated>2025-09-19T23:40:09Z</updated>
<author>
<name>Collin Funk</name>
<email>collin.funk1@gmail.com</email>
</author>
<published>2025-09-19T23:32:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=bbde83899d6f76c50ad202879144432184e84293'/>
<id>urn:sha1:bbde83899d6f76c50ad202879144432184e84293</id>
<content type='text'>
* 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.
</content>
</entry>
<entry>
<title>maint: tests: remove duplicate uses of 'my' in Perl</title>
<updated>2025-01-20T15:45:03Z</updated>
<author>
<name>Collin Funk</name>
<email>collin.funk1@gmail.com</email>
</author>
<published>2025-01-20T05:15:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=91d5a512365726b89868b7113d9df5cbe6cab270'/>
<id>urn:sha1:91d5a512365726b89868b7113d9df5cbe6cab270</id>
<content type='text'>
* tests/env/env-S.pl (cf): Remove uses of 'my' after the variable has
been declared.
* tests/factor/factor.pl (t): Likewise.
* tests/misc/fold.pl (prog): Remove duplicate assignment.
</content>
</entry>
<entry>
<title>tests: env-S.pl: unset GNU/Hurd env vars</title>
<updated>2025-01-14T12:33:52Z</updated>
<author>
<name>Collin Funk</name>
<email>collin.funk1@gmail.com</email>
</author>
<published>2025-01-14T03:43:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=75e2224ae27f0c6078bddcd194a77f4ee0c8594a'/>
<id>urn:sha1:75e2224ae27f0c6078bddcd194a77f4ee0c8594a</id>
<content type='text'>
* tests/misc/env-S.pl: Unset LD_ORIGIN_PATH.
</content>
</entry>
</feed>
