]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: fix false failure with limited shebang lines
authorPádraig Brady <P@draigBrady.com>
Tue, 26 Jun 2018 07:39:48 +0000 (00:39 -0700)
committerPádraig Brady <P@draigBrady.com>
Wed, 27 Jun 2018 09:38:58 +0000 (02:38 -0700)
commit6d6095f33a108493e76daa8221a08bb403a3ea7d
tree0a1e7c9262b1857e3de24a0ac2997bbfc7ae35e9
parent91d78a570ffee4eeb87b8030690c39de99748239
tests: fix false failure with limited shebang lines

* tests/misc/env-S-script.sh: Provide a wrapper to
emulate shebang processing, but without length limits,
which are 127 on Linux for example.
tests/misc/env-S-script.sh