diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-08-26 22:22:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-26 22:22:45 -0700 |
| commit | 569a050e82fc40c7d56caa6ca76eed94fa244bc8 (patch) | |
| tree | 6a607711727074bbc5b90a25fab8df4db2df9210 /tests | |
| parent | 9a10849afdab9e610dfeab58cb03292bac9ca997 (diff) | |
| parent | b61cf8d81f6f5c59175de9e7508752b0f27d7fcd (diff) | |
Merge pull request #1143 from notro/stat_epoch_fix
Fix os.stat() epoch and use RTC for file timestamp
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/extmod/vfs_fat_ramdisk.py.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extmod/vfs_fat_ramdisk.py.exp b/tests/extmod/vfs_fat_ramdisk.py.exp index ecae81589..704408cd0 100644 --- a/tests/extmod/vfs_fat_ramdisk.py.exp +++ b/tests/extmod/vfs_fat_ramdisk.py.exp @@ -5,7 +5,7 @@ statvfs: (512, 512, 16, 16, 16, 0, 0, 0, 0, 255) getcwd: / True [('foo_file.txt', 32768, 0, 6)] -stat root: (16384, 0, 0, 0, 0, 0, 0, 0, 0, 0) +stat root: (16384, 0, 0, 0, 0, 0, 0, 946684800, 946684800, 946684800) stat file: (32768, 0, 0, 0, 0, 0, 6) True True |
