]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: env --argv0: fix false failure with symlinked single binary
authorPádraig Brady <P@draigBrady.com>
Wed, 12 Nov 2025 13:25:26 +0000 (13:25 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 12 Nov 2025 13:47:55 +0000 (13:47 +0000)
commit3b6efd5557807de97d9ef729646990ff58507d98
tree0120675b02f91299a5273f6561bde5b3bc2e2bc2
parentb8675fe98cc38e9a49afec52f4102d330d9aaa27
tests: env --argv0: fix false failure with symlinked single binary

* 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.
tests/env/env.sh