From 8fd25ba3438487cf79bd693c9022c51699562126 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Tue, 14 Mar 2023 10:06:39 +0100 Subject: [PATCH] tests: fix inverted condition in testsuite-58.sh --- test/units/testsuite-58.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" <