]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: (fsck.cramfs) make long options visible for test coverage analysis
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Sat, 8 Aug 2026 23:28:22 +0000 (19:28 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Sat, 8 Aug 2026 23:28:22 +0000 (19:28 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
tests/ts/cramfs/fsck-endianness

index b6f770a669b68b1673843b9d196e8bbbf0624f73..f02b8047198437bb1c1a896cf0d853de93a83cc2 100755 (executable)
@@ -40,7 +40,8 @@ test_image() {
 
        rm -rf "$IMAGE_DATA"
        ts_log "extract from $FROM_ENDIANNESS endian"
-       $TS_CMD_FSCKCRAMFS -v -b 4096 --extract=$IMAGE_DATA $FROM_IMAGE | head -n1 | cut -d" " -f4 >> "$TS_OUTPUT" 2>> "$TS_ERRLOG"
+       $TS_CMD_FSCKCRAMFS --verbose --blocksize 4096 --extract=$IMAGE_DATA $FROM_IMAGE \
+               | head -n1 | cut -d" " -f4 >> "$TS_OUTPUT" 2>> "$TS_ERRLOG"
 
        ts_log "create $TO_ENDIANNESS endian"
        $TS_CMD_MKCRAMFS -N "$TO_ENDIANNESS" -b 4096 "$IMAGE_DATA" \