Benjamin Drung 933311181b tests: fix shellcheck warning "Declare and assign separately to ..."
```
In debian/tests/test-common line 154:
	local blocks="$(du --summarize "${dir}" | cut -f 1)"
              ^----^ SC2155 (warning): Declare and assign separately to avoid masking return values.

In debian/tests/test-common line 155:
	local inodes="$(du --summarize --inodes "${dir}" | cut -f 1)"
              ^----^ SC2155 (warning): Declare and assign separately to avoid masking return values.

For more information:
  https://www.shellcheck.net/wiki/SC2155 -- Declare and assign separately to ...
```
2025-02-24 17:40:05 +01:00
2025-01-19 23:15:41 +01:00
2025-01-19 23:15:41 +01:00
2023-02-27 22:29:35 +10:00
Description
initramfs-tools
2 MiB
Languages
Shell 68.3%
Roff 22.3%
C 9.3%