diff --git a/src/generator.ml b/src/generator.ml index de7a75f4d..a371ffd04 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -1669,7 +1669,7 @@ This is the same as the C 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.