From 6917551a0c8ee9f0e116a0031214944a62a8c2ea Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Fri, 23 Jan 2026 15:27:25 -0500 Subject: [PATCH] tests: (rev) use long options to improve test coverage report Signed-off-by: Christian Goeschel Ndjomouo --- tests/ts/misc/rev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ts/misc/rev b/tests/ts/misc/rev index b13f79c540..2f43b47b73 100755 --- a/tests/ts/misc/rev +++ b/tests/ts/misc/rev @@ -28,7 +28,7 @@ for I in {0..512}; do printf "%s " {a..z}; done | \ printf "abc\n123" | $TS_CMD_REV >> $TS_OUTPUT 2>> $TS_ERRLOG echo >> $TS_OUTPUT -printf "abc\000123" | $TS_CMD_REV -0 | tr '\0' '|' >> $TS_OUTPUT 2>> $TS_ERRLOG +printf "abc\000123" | $TS_CMD_REV --zero | tr '\0' '|' >> $TS_OUTPUT 2>> $TS_ERRLOG echo >> $TS_OUTPUT ts_finalize -- 2.47.3