File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
tests/src/vfs/extfs/helpers-list/data Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22#
33# Squash file system
44#
5- # tested to comply with unsquashfs version 4.2 (2011/02/28)'s output
5+ # tested to comply with the output of unsquashfs version 4.6.1 (2023/03/25)
66
77SQUASHFS=" ${MC_TEST_EXTFS_LIST_CMD:- unsquashfs} "
88AWK=" @AWK@"
@@ -13,8 +13,6 @@ mcsqfs_list ()
1313{
1414 $SQUASHFS -d " " -lls " $1 " | $AWK '
1515 {
16- if (NR < 5)
17- next
1816 split($2, a, "/")
1917 file_type=substr($1,1,1)
2018 file_size=file_type == "c" || file_type == "b" ? 0 : $3
Original file line number Diff line number Diff line change 1+ drwxr-xr-x 1 235 2024-09-23 14:34:00
2+ drwxr-xr-x 1 778 2024-09-23 14:34:00 /bin
3+ lrwxrwxrwx 1 7 2024-09-23 14:34:00 /bin/ash -> busybox
4+ -rwxr-xr-x 1 205 2024-09-23 14:34:00 /bin/board_detect
15-rwxr-xr-x 1 327717 2024-09-23 14:34:00 /bin/busybox
26lrwxrwxrwx 1 7 2024-09-23 14:34:00 /bin/cat -> busybox
37lrwxrwxrwx 1 7 2024-09-23 14:34:00 /bin/chgrp -> busybox
You can’t perform that action at this time.
0 commit comments