adjust output now that we don't output size info for links and directories
by default.
This commit is contained in:
parent
14e652625e
commit
92501fa166
|
@ -6,13 +6,13 @@
|
|||
# .
|
||||
/set type=file nlink=1
|
||||
. type=dir nlink=4
|
||||
a.symlink.1 type=link size=8 link=a.file.1
|
||||
a.symlink.1 type=link link=a.file.1
|
||||
top.dangling \
|
||||
type=link size=11 link=nonexistent
|
||||
type=link link=nonexistent
|
||||
top.file.1 size=18 \
|
||||
sha256=74c53aaf0cd9543b7efad969de1058ee38859134ba467500b849811fc3513195
|
||||
top.symlink.b \
|
||||
type=link size=1 link=b
|
||||
type=link link=b
|
||||
|
||||
# ./a
|
||||
a type=dir nlink=4
|
||||
|
|
Loading…
Reference in New Issue