]> git.ipfire.org Git - thirdparty/systemd.git/commit - test/units/testsuite-54.sh
test: drop whitespace after shell redirection operators
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 5 Feb 2023 20:41:24 +0000 (21:41 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 6 Feb 2023 08:19:04 +0000 (09:19 +0100)
commit7a17e41dcfad2a45d3acced2596f7359bbcd1075
tree1014afaf36886db05f222ff495b75bf2827b3142
parentecf4be2952ed13fc1521ae13fcc9543c2f873efe
test: drop whitespace after shell redirection operators

(The one case that is left unchanged is '< <(subcommand)'.)

This way, the style with no gap was already dominant. This way, the reader
immediately knows that ' < ' is a comparison operator and ' << ' is a shift.

In a few cases, replace custom EOF replacement by just EOF. There is no point
in using someting like "_EOL" unless "EOF" appears in the text.
38 files changed:
.github/workflows/gather-pr-metadata.yml
.semaphore/semaphore-runner.sh
docs/HACKING.md
man/fido2-crypttab.sh
man/loader.conf.xml
man/systemd-creds.xml
man/systemd-dissect.xml
man/systemd-measure.xml
man/systemd-run.xml
man/tpm2-crypttab.sh
man/yubikey-crypttab.sh
src/udev/generate-keyboard-keys-gperf.sh
test/TEST-24-CRYPTSETUP/test.sh
test/TEST-77-OPENFILE/test.sh
test/mkosi.build.networkd-test
test/test-exec-deserialization.py
test/test-execute/exec-standardinput-data.service
test/test-functions
test/units/testsuite-26.sh
test/units/testsuite-29.sh
test/units/testsuite-41.sh
test/units/testsuite-43.sh
test/units/testsuite-45.sh
test/units/testsuite-50.sh
test/units/testsuite-54.sh
test/units/testsuite-57-short-lived.sh
test/units/testsuite-58.sh
test/units/testsuite-60.sh
test/units/testsuite-62.sh
test/units/testsuite-66-deviceisolation.service
test/units/testsuite-67.sh
test/units/testsuite-70.sh
test/units/testsuite-71.sh
test/units/testsuite-73.sh
test/units/testsuite-76.sh
test/units/testsuite-77.sh
tools/debug-sd-boot.sh
tools/update-hwdb-autosuspend.sh