From: Christian Goeschel Ndjomouo Date: Fri, 23 Jan 2026 20:27:25 +0000 (-0500) Subject: tests: (rev) use long options to improve test coverage report X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6917551a0c8ee9f0e116a0031214944a62a8c2ea;p=thirdparty%2Futil-linux.git tests: (rev) use long options to improve test coverage report Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/tests/ts/misc/rev b/tests/ts/misc/rev index b13f79c54..2f43b47b7 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