From: Christian Goeschel Ndjomouo Date: Fri, 10 Apr 2026 03:40:29 +0000 (-0400) Subject: tests: (run.sh) fix coding style X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=4bcb981c736a9dadbdab927a1fd7a1a5b4daadb2;p=thirdparty%2Futil-linux.git tests: (run.sh) fix coding style Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/tests/run.sh b/tests/run.sh index 1c5db6c85..9f06e691a 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -193,7 +193,7 @@ if [ -n "$SUBTESTS" ]; then fi done else - if [ -z "$SYSCOMMANDS" -a ! -f "$top_builddir/test_ttyutils" ]; then + if [ -z "$SYSCOMMANDS" ] && [ ! -f "$top_builddir/test_ttyutils" ]; then echo "Tests not compiled! Run 'make check-programs' to fix the problem." exit 1 fi