libcryfs/test/fspp/fuse/fstat
Sebastian Messmer 68a4c5646a Fix clang-tidy warnings 2021-04-21 17:37:40 -07:00
..
testutils Fix clang-tidy warnings 2021-04-21 17:37:40 -07:00
FuseFstatErrorTest.cpp Fix clang-tidy warnings 2021-04-21 17:37:40 -07:00
FuseFstatParameterTest.cpp Fix clang-tidy warnings 2021-04-21 17:37:40 -07:00
README Fix googletest deprecations 2019-10-19 18:38:54 -07:00

README

Cite from FUSE documentation on the fgetattr function:
    Currently this is only called after the create() method if that is implemented (see above).
    Later it may be called for invocations of fstat() too.
So we need to issue a create to get our fstat called.
Since fstat is currently only called after create, we can't call it directly.
So we can't test the returned values.