mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
tests: fix inverted condition in testsuite-58.sh
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user