From: Christian Goeschel Ndjomouo Date: Fri, 23 Jan 2026 19:43:16 +0000 (-0500) Subject: tests: (more) use long options to improve test coverage report X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd24f000ad7366725aec0aea0559d1bbfa04331f;p=thirdparty%2Futil-linux.git tests: (more) use long options to improve test coverage report Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/tests/ts/more/squeeze b/tests/ts/more/squeeze index 9099b02e36..f481e45abc 100755 --- a/tests/ts/more/squeeze +++ b/tests/ts/more/squeeze @@ -21,6 +21,6 @@ ts_init "$*" ts_check_test_command "$TS_HELPER_MORE" printf "a\n\n\nb\n" | - $TS_HELPER_MORE -s >> $TS_OUTPUT 2>> $TS_ERRLOG + $TS_HELPER_MORE --squeeze >> $TS_OUTPUT 2>> $TS_ERRLOG ts_finalize