btrfs-progs/tests/misc-tests/016-send-clone-src
David Sterba 9957162313 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-24 19:18:08 +02:00
..
multi-clone-src-v4.8.2.stream.xz
test.sh btrfs-progs: tests: update or fix shell script coding style 2024-06-24 19:18:08 +02:00