diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-08-19 17:51:40 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-08-19 17:51:40 +0100 |
commit | b4acbdbfa1b29c23df2ea6bcc093a118843d3381 (patch) | |
tree | 8cebbfc8e5b5ddd7668e7f298bde7a7aeb490be2 | |
parent | 0a016df319420f9291c806bf8c8b528705b1bdc5 (diff) | |
download | libguestfs-b4acbdbfa1b29c23df2ea6bcc093a118843d3381.tar.gz libguestfs-b4acbdbfa1b29c23df2ea6bcc093a118843d3381.tar.xz libguestfs-b4acbdbfa1b29c23df2ea6bcc093a118843d3381.zip |
tests: namemax on ISO devices is 2551.0.68
Was 256 for the old squashfs device.
-rwxr-xr-x | src/generator.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.ml b/src/generator.ml index de7a75f4..a371ffd0 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -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. |