tests: namemax on ISO devices is 255

Was 256 for the old squashfs device.
This commit is contained in:
Richard Jones
2009-08-19 17:51:40 +01:00
parent 0a016df319
commit b4acbdbfa1

View File

@@ -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.