]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Merge branch 'clean_up_test_scripts' of https://github.com/cgoesche/util-linux-fork
authorKarel Zak <kzak@redhat.com>
Tue, 5 May 2026 11:14:34 +0000 (13:14 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 5 May 2026 11:14:34 +0000 (13:14 +0200)
* 'clean_up_test_scripts' of https://github.com/cgoesche/util-linux-fork:
  tests: do not mix string and array
  tests: use bash parameter substitution instead of echo & sed
  tests: remove unneeded $ in arithmetic expressions
  tests: use find instead of ls for more robust processing
  tests: directly check exitcode for stability and code simplicity
  tests: (lib) avoid repetitive file openings with identical redirects
  tests: quote TS_{OUTPUT,ERRLOG} variables


Trivial merge