1
0
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:
Franck Bui 2023-03-14 10:06:39 +01:00
parent 560900be67
commit 8fd25ba343

View File

@ -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}