From: Christian Goeschel Ndjomouo Date: Thu, 22 Jan 2026 03:22:36 +0000 (-0500) Subject: tests: (losetup) use long options to improve test coverage report X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f738aab06f6c2cb5d97a3e0012a0a349658ee09;p=thirdparty%2Futil-linux.git tests: (losetup) use long options to improve test coverage report Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/tests/ts/losetup/losetup b/tests/ts/losetup/losetup index 9bae618664..f490013f7d 100755 --- a/tests/ts/losetup/losetup +++ b/tests/ts/losetup/losetup @@ -47,7 +47,7 @@ if [ -z "$LODEV" ]; then ts_log "Failed to create loop device" fi lo_print $LODEV >> $TS_OUTPUT -$TS_CMD_LOSETUP -d $LODEV +$TS_CMD_LOSETUP --detach $LODEV ts_finalize_subtest ts_init_subtest "file-offset" @@ -56,7 +56,7 @@ if [ -z "$LODEV" ]; then ts_log "Failed to create loop device" fi lo_print $LODEV >> $TS_OUTPUT -$TS_CMD_LOSETUP -d $LODEV +$TS_CMD_LOSETUP --detach $LODEV ts_finalize_subtest