diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/generator.ml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/generator.ml b/src/generator.ml index 7ac4ac80..8b0fc664 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -1619,8 +1619,7 @@ This is the same as the C<lstat(2)> system call."); ("statvfs", (RStruct ("statbuf", "statvfs"), [String "path"]), 54, [], [InitSquashFS, Always, TestOutputStruct ( - [["statvfs"; "/"]], [CompareWithInt ("namemax", 256); - CompareWithInt ("bsize", 131072)])], + [["statvfs"; "/"]], [CompareWithInt ("namemax", 256)])], "get file system statistics", "\ Returns file system statistics for any mounted file system. |