mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
tests: fix inverted condition in testsuite-58.sh
This commit is contained in:
parent
560900be67
commit
8fd25ba343
@ -932,7 +932,7 @@ Minimize=guess
|
||||
EOF
|
||||
done
|
||||
|
||||
if ! command -v mksquashfs >/dev/null; then
|
||||
if command -v mksquashfs >/dev/null; then
|
||||
tee "$defs/root-squashfs.conf" <<EOF
|
||||
[Partition]
|
||||
Type=root-${architecture}
|
||||
|
Loading…
Reference in New Issue
Block a user