mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
tests: namemax on ISO devices is 255
Was 256 for the old squashfs device.
This commit is contained in:
@@ -1669,7 +1669,7 @@ This is the same as the C<lstat(2)> system call.");
|
||||
|
||||
("statvfs", (RStruct ("statbuf", "statvfs"), [Pathname "path"]), 54, [],
|
||||
[InitISOFS, Always, TestOutputStruct (
|
||||
[["statvfs"; "/"]], [CompareWithInt ("namemax", 256)])],
|
||||
[["statvfs"; "/"]], [CompareWithInt ("namemax", 255)])],
|
||||
"get file system statistics",
|
||||
"\
|
||||
Returns file system statistics for any mounted file system.
|
||||
|
||||
Reference in New Issue
Block a user