From bd24f000ad7366725aec0aea0559d1bbfa04331f Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Fri, 23 Jan 2026 14:43:16 -0500 Subject: [PATCH] tests: (more) use long options to improve test coverage report Signed-off-by: Christian Goeschel Ndjomouo --- tests/ts/more/squeeze | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3