btrfs-progs/tests/fuzz-tests
David Sterba d4d751753b btrfs-progs: tests: update or fix shell script coding style
Fix the following issues in the test suite:

- lack of quoting for variables
- declare function variables local when missing (prevent accidental
  overwrite of global variables)
- for variables with underscore in the name use plain "$VAR_NAME"
  instead of { } (unless necessary)
- minor style adjustments like moving quotes to the end of the same
  string

Signed-off-by: David Sterba <dsterba@suse.com>
2024-06-17 21:52:48 +02:00
..
001-simple-check-unmounted btrfs-progs: tests: add protection against running out of test suite 2023-04-25 16:59:41 +02:00
002-simple-image btrfs-progs: tests: add protection against running out of test suite 2023-04-25 16:59:41 +02:00
003-multi-check-unmounted btrfs-progs: tests: update or fix shell script coding style 2024-06-17 21:52:48 +02:00
004-simple-dump-tree btrfs-progs: tests: add protection against running out of test suite 2023-04-25 16:59:41 +02:00
005-simple-dump-super btrfs-progs: tests: update or fix shell script coding style 2024-06-17 21:52:48 +02:00
006-simple-tree-stats btrfs-progs: tests: add protection against running out of test suite 2023-04-25 16:59:41 +02:00
007-simple-super-recover btrfs-progs: tests: update or fix shell script coding style 2024-06-17 21:52:48 +02:00
008-simple-chunk-recover btrfs-progs: tests: update or fix shell script coding style 2024-06-17 21:52:48 +02:00
009-simple-zero-log btrfs-progs: tests: update or fix shell script coding style 2024-06-17 21:52:48 +02:00
images btrfs-progs: lots of typo fixes (codespell) 2020-03-31 18:37:38 +02:00