libcryfs/test/fspp/fuse/fstat
Sebastian Messmer cc7b38b3c1 - run-clang-tidy.sh also runs on test cases.
- fix clang-tidy warnings in test cases
2017-12-01 15:01:49 +00:00
..
testutils Fix some issues with fspp-test on Mac OS X 2017-08-25 00:14:16 +01:00
FuseFstatErrorTest.cpp - run-clang-tidy.sh also runs on test cases. 2017-12-01 15:01:49 +00:00
FuseFstatParameterTest.cpp - run-clang-tidy.sh also runs on test cases. 2017-12-01 15:01:49 +00:00
README Move fspp to its own subdirectories 2016-02-11 12:53:42 +01:00

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.