From: Franck Bui Date: Tue, 14 Mar 2023 09:06:39 +0000 (+0100) Subject: tests: fix inverted condition in testsuite-58.sh X-Git-Tag: v254-rc1~1018^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8fd25ba3438487cf79bd693c9022c51699562126;p=thirdparty%2Fsystemd.git tests: fix inverted condition in testsuite-58.sh --- diff --git a/test/units/testsuite-58.sh b/test/units/testsuite-58.sh index c58465356c2..20c2c570736 100755 --- a/test/units/testsuite-58.sh +++ b/test/units/testsuite-58.sh @@ -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" <