From: Christian Goeschel Ndjomouo Date: Thu, 22 Jan 2026 03:24:29 +0000 (-0500) Subject: tests: (lsclocks) use long options to improve test coverage report X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f1f3eb9b589f3b6c4ac53eb56e8fe20c024d3b4;p=thirdparty%2Futil-linux.git tests: (lsclocks) use long options to improve test coverage report Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/tests/ts/misc/lsclocks b/tests/ts/misc/lsclocks index a3bb51f67..23f210d57 100755 --- a/tests/ts/misc/lsclocks +++ b/tests/ts/misc/lsclocks @@ -31,7 +31,7 @@ NO_DISCOVER="--no-discover-dynamic --no-discover-rtc" ts_init_subtest basic -"$TS_CMD_LSCLOCKS" $NO_DISCOVER -o TYPE,ID,CLOCK,NAME | grep -v CLOCK_AUX \ +"$TS_CMD_LSCLOCKS" $NO_DISCOVER --output TYPE,ID,CLOCK,NAME | grep -v CLOCK_AUX \ > "$TS_OUTPUT" 2>> "$TS_ERRLOG" ts_finalize_subtest