diff options
-rwxr-xr-x | tests/runner.py | 2 | ||||
-rw-r--r-- | tests/stat/output.txt | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/tests/runner.py b/tests/runner.py index fb3a1e05..a1fa8690 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -3613,7 +3613,7 @@ def process(filename): f_blocks: 1000000 f_bfree: 500000 f_bavail: 500000 - f_files: 8 + f_files: 10 f_ffree: 1000000 f_favail: 1000000 f_fsid: 42 diff --git a/tests/stat/output.txt b/tests/stat/output.txt index b5d66fa5..1e6ae74e 100644 --- a/tests/stat/output.txt +++ b/tests/stat/output.txt @@ -2,7 +2,7 @@ ret: 0 errno: 0 st_dev: 1 -st_ino: 8 +st_ino: 2 st_mode: 040777 st_nlink: 1 st_rdev: 0 @@ -24,7 +24,7 @@ S_ISSOCK: 0 ret: 0 errno: 0 st_dev: 1 -st_ino: 9 +st_ino: 3 st_mode: 0100777 st_nlink: 1 st_rdev: 0 @@ -45,11 +45,11 @@ S_ISSOCK: 0 --stat DEVICE-- ret: 0 errno: 0 -st_dev: 11 -st_ino: 11 +st_dev: 5 +st_ino: 5 st_mode: 020777 st_nlink: 1 -st_rdev: 11 +st_rdev: 5 st_size: 0 st_atime: 1200000000 st_mtime: 1200000000 @@ -68,7 +68,7 @@ S_ISSOCK: 0 ret: 0 errno: 0 st_dev: 1 -st_ino: 9 +st_ino: 3 st_mode: 0100777 st_nlink: 1 st_rdev: 0 @@ -90,7 +90,7 @@ S_ISSOCK: 0 ret: 0 errno: 0 st_dev: 1 -st_ino: 10 +st_ino: 4 st_mode: 0120777 st_nlink: 1 st_rdev: 0 @@ -112,7 +112,7 @@ S_ISSOCK: 0 ret: 0 errno: 0 st_dev: 1 -st_ino: 9 +st_ino: 3 st_mode: 0100777 st_nlink: 1 st_rdev: 0 |